Shades of Careys Pink #CE969B
Tints of Careys Pink #CE969B
RGB
CMYK
RGB Variations
Color information
#CE969B (or 0xCE969B) is known color: Careys Pink. HEX triplet: CE, 96 and 9B. RGB value is (206,150,155). Sum of RGB (Red+Green+Blue) = 206+150+155=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE969B is #316964. Grayscale: #A7A7A7. Windows color (decimal): -3238245 or 10196686. OLE color: 10196686.
HSL color Cylindrical-coordinate representation of color #CE969B: hue angle of 354.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 #CE969B is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 155 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.19 |
| HSL | 354.64º | 0.36% | 0.7% | - |
| HSV(B) | 354.64º | 0.27% | 0.81% | - |
| XYZ | 42.28 | 37.3 | 35.98 | - |
| YUV | 167.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 155 | 0 | 0.27 | 0.25 | 0.19 | 354.64 | 0.36 | 0.7 |
| Hex | CE | 96 | 9B | 0 | 1B | 19 | 13 | 163 | 24 | 46 |
| Octal | 316 | 226 | 233 | 0 | 33 | 31 | 23 | 543 | 44 | 106 |
| Binary | 11001110 | 10010110 | 10011011 | 0 | 11011 | 11001 | 10011 | 101100011 | 100100 | 1000110 |
Color Harmonies of #CE969B
Complementary color
Monochromatic Colors of #CE969B
Black with #CE969B
Text Example
Text Example
White with #CE969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE969B; }
p { color: rgb(206,150,155); }
H1.HeaderClassName
{
color: #CE969B;
}
.AnyTagClassName
{
color: #CE969B;
}
</style>
background-color css
<style>
a { background-color: #CE969B; }
a { background-color: rgb(206,150,155); }
div.DivClassName
{
background-color: #CE969B;
}
.BgClassName
{
background-color: #CE969B;
}
</style>
border-color css
<style>
span { border-color: #CE969B; }
span { border-color: rgb(206,150,155); }
td.TdClassName
{
border-color: #CE969B;
}
.TagClassName
{
border-color: #CE969B;
}
</style>