Shades of Careys Pink #CF9BA4
Tints of Careys Pink #CF9BA4
RGB
CMYK
RGB Variations
Color information
#CF9BA4 (or 0xCF9BA4) is known color: Careys Pink. HEX triplet: CF, 9B and A4. RGB value is (207,155,164). Sum of RGB (Red+Green+Blue) = 207+155+164=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9BA4 is #30645B. Grayscale: #ABABAB. Windows color (decimal): -3171420 or 10787791. OLE color: 10787791.
HSL color Cylindrical-coordinate representation of color #CF9BA4: hue angle of 349.62º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9BA4 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 164 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.19 |
| HSL | 349.62º | 0.35% | 0.71% | - |
| HSV(B) | 349.62º | 0.25% | 0.81% | - |
| XYZ | 44.15 | 39.39 | 40.4 | - |
| YUV | 171.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 164 | 0 | 0.25 | 0.21 | 0.19 | 349.62 | 0.35 | 0.71 |
| Hex | CF | 9B | A4 | 0 | 19 | 15 | 13 | 15E | 23 | 47 |
| Octal | 317 | 233 | 244 | 0 | 31 | 25 | 23 | 536 | 43 | 107 |
| Binary | 11001111 | 10011011 | 10100100 | 0 | 11001 | 10101 | 10011 | 101011110 | 100011 | 1000111 |
Color Harmonies of #CF9BA4
Complementary color
Monochromatic Colors of #CF9BA4
Black with #CF9BA4
Text Example
Text Example
White with #CF9BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BA4; }
p { color: rgb(207,155,164); }
H1.HeaderClassName
{
color: #CF9BA4;
}
.AnyTagClassName
{
color: #CF9BA4;
}
</style>
background-color css
<style>
a { background-color: #CF9BA4; }
a { background-color: rgb(207,155,164); }
div.DivClassName
{
background-color: #CF9BA4;
}
.BgClassName
{
background-color: #CF9BA4;
}
</style>
border-color css
<style>
span { border-color: #CF9BA4; }
span { border-color: rgb(207,155,164); }
td.TdClassName
{
border-color: #CF9BA4;
}
.TagClassName
{
border-color: #CF9BA4;
}
</style>