What is the RGB code for grey pink?
The CSS color grey pink in RGB format is rgb(195, 144, 155). Use this value directly in CSS, SVG, and most design tools.
How do I use grey pink in CSS?
To apply grey pink in CSS:
- Text color: color: rgb(195, 144, 155);
- Background: background-color: rgb(195, 144, 155);
- Border: border-color: rgb(195, 144, 155);
What are all the color format values for grey pink?
| Format | Value |
|---|---|
| HEX | #c3909b |
| RGB | rgb(195, 144, 155) |
| HSL | hsl(347.1, 29.8%, 66.5%) |
| CMYK | cmyk(0%, 26.2%, 20.5%, 23.5%) |
How do I convert grey pink to RGB?
Select grey pink from the color name list in our color converter. The RGB value — rgb(195, 144, 155) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grey pink belong to?
grey pink belongs to the red color family. It is a medium, muted color with HSL values: hue 347.1°, saturation 29.8%, lightness 66.5%.
How do I create lighter and darker shades of grey pink?
Lighter variant (lightness 81.5%): #dec2c8. Darker variant (lightness 51.5%): #a85e6e. 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.