Shades of Careys Pink #CE979B
Tints of Careys Pink #CE979B
RGB
CMYK
RGB Variations
Color information
#CE979B (or 0xCE979B) is known color: Careys Pink. HEX triplet: CE, 97 and 9B. RGB value is (206,151,155). Sum of RGB (Red+Green+Blue) = 206+151+155=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE979B is #316864. Grayscale: #A7A7A7. Windows color (decimal): -3237989 or 10196942. OLE color: 10196942.
HSL color Cylindrical-coordinate representation of color #CE979B: hue angle of 355.64º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE979B is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 155 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.19 |
| HSL | 355.64º | 0.36% | 0.7% | - |
| HSV(B) | 355.64º | 0.27% | 0.81% | - |
| XYZ | 42.44 | 37.62 | 36.04 | - |
| YUV | 167.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 155 | 0 | 0.27 | 0.25 | 0.19 | 355.64 | 0.36 | 0.7 |
| Hex | CE | 97 | 9B | 0 | 1B | 19 | 13 | 164 | 24 | 46 |
| Octal | 316 | 227 | 233 | 0 | 33 | 31 | 23 | 544 | 44 | 106 |
| Binary | 11001110 | 10010111 | 10011011 | 0 | 11011 | 11001 | 10011 | 101100100 | 100100 | 1000110 |
Color Harmonies of #CE979B
Complementary color
Monochromatic Colors of #CE979B
Black with #CE979B
Text Example
Text Example
White with #CE979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE979B; }
p { color: rgb(206,151,155); }
H1.HeaderClassName
{
color: #CE979B;
}
.AnyTagClassName
{
color: #CE979B;
}
</style>
background-color css
<style>
a { background-color: #CE979B; }
a { background-color: rgb(206,151,155); }
div.DivClassName
{
background-color: #CE979B;
}
.BgClassName
{
background-color: #CE979B;
}
</style>
border-color css
<style>
span { border-color: #CE979B; }
span { border-color: rgb(206,151,155); }
td.TdClassName
{
border-color: #CE979B;
}
.TagClassName
{
border-color: #CE979B;
}
</style>