Shades of Careys Pink #CE979C
Tints of Careys Pink #CE979C
RGB
CMYK
RGB Variations
Color information
#CE979C (or 0xCE979C) is known color: Careys Pink. HEX triplet: CE, 97 and 9C. RGB value is (206,151,156). Sum of RGB (Red+Green+Blue) = 206+151+156=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE979C is #316863. Grayscale: #A8A8A8. Windows color (decimal): -3237988 or 10262478. OLE color: 10262478.
HSL color Cylindrical-coordinate representation of color #CE979C: hue angle of 354.55º 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 #CE979C is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 156 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.19 |
| HSL | 354.55º | 0.36% | 0.7% | - |
| HSV(B) | 354.55º | 0.27% | 0.81% | - |
| XYZ | 42.52 | 37.66 | 36.48 | - |
| YUV | 168.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 156 | 0 | 0.27 | 0.24 | 0.19 | 354.55 | 0.36 | 0.7 |
| Hex | CE | 97 | 9C | 0 | 1B | 18 | 13 | 163 | 24 | 46 |
| Octal | 316 | 227 | 234 | 0 | 33 | 30 | 23 | 543 | 44 | 106 |
| Binary | 11001110 | 10010111 | 10011100 | 0 | 11011 | 11000 | 10011 | 101100011 | 100100 | 1000110 |
Color Harmonies of #CE979C
Complementary color
Monochromatic Colors of #CE979C
Black with #CE979C
Text Example
Text Example
White with #CE979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE979C; }
p { color: rgb(206,151,156); }
H1.HeaderClassName
{
color: #CE979C;
}
.AnyTagClassName
{
color: #CE979C;
}
</style>
background-color css
<style>
a { background-color: #CE979C; }
a { background-color: rgb(206,151,156); }
div.DivClassName
{
background-color: #CE979C;
}
.BgClassName
{
background-color: #CE979C;
}
</style>
border-color css
<style>
span { border-color: #CE979C; }
span { border-color: rgb(206,151,156); }
td.TdClassName
{
border-color: #CE979C;
}
.TagClassName
{
border-color: #CE979C;
}
</style>