Greyish pink to RGB — Color Code

RGB

rgb(200, 141, 148)

Format Value
HEX #c88d94
RGB rgb(200, 141, 148)
HSL hsl(352.9, 34.9%, 66.9%)
CMYK cmyk(0%, 29.5%, 26%, 21.6%)

What is the RGB code for greyish pink?

The CSS color greyish pink in RGB format is rgb(200, 141, 148). Use this value directly in CSS, SVG, and most design tools.

How do I use greyish pink in CSS?

To apply greyish pink in CSS:

  • Text color: color: rgb(200, 141, 148);
  • Background: background-color: rgb(200, 141, 148);
  • Border: border-color: rgb(200, 141, 148);

What are all the color format values for greyish pink?

FormatValue
HEX#c88d94
RGBrgb(200, 141, 148)
HSLhsl(352.9, 34.9%, 66.9%)
CMYKcmyk(0%, 29.5%, 26%, 21.6%)

How do I convert greyish pink to RGB?

Select greyish pink from the color name list in our color converter. The RGB value — rgb(200, 141, 148) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does greyish pink belong to?

greyish pink belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 352.9°, saturation 34.9%, lightness 66.9%.

How do I create lighter and darker shades of greyish pink?

Lighter variant (lightness 81.9%): #e1c1c5. Darker variant (lightness 51.900000000000006%): #af5a64. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.