Shades of Careys Pink #CD9BA8
Tints of Careys Pink #CD9BA8
RGB
CMYK
RGB Variations
Color information
#CD9BA8 (or 0xCD9BA8) is known color: Careys Pink. HEX triplet: CD, 9B and A8. RGB value is (205,155,168). Sum of RGB (Red+Green+Blue) = 205+155+168=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9BA8 is #326457. Grayscale: #ABABAB. Windows color (decimal): -3302488 or 11049933. OLE color: 11049933.
HSL color Cylindrical-coordinate representation of color #CD9BA8: hue angle of 344.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CD9BA8 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 155 | 168 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.20 |
| HSL | 344.4º | 0.33% | 0.71% | - |
| HSV(B) | 344.4º | 0.24% | 0.8% | - |
| XYZ | 43.97 | 39.25 | 42.3 | - |
| YUV | 171.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 155 | 168 | 0 | 0.24 | 0.18 | 0.20 | 344.4 | 0.33 | 0.71 |
| Hex | CD | 9B | A8 | 0 | 18 | 12 | 14 | 158 | 21 | 47 |
| Octal | 315 | 233 | 250 | 0 | 30 | 22 | 24 | 530 | 41 | 107 |
| Binary | 11001101 | 10011011 | 10101000 | 0 | 11000 | 10010 | 10100 | 101011000 | 100001 | 1000111 |
Color Harmonies of #CD9BA8
Complementary color
Monochromatic Colors of #CD9BA8
Black with #CD9BA8
Text Example
Text Example
White with #CD9BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9BA8; }
p { color: rgb(205,155,168); }
H1.HeaderClassName
{
color: #CD9BA8;
}
.AnyTagClassName
{
color: #CD9BA8;
}
</style>
background-color css
<style>
a { background-color: #CD9BA8; }
a { background-color: rgb(205,155,168); }
div.DivClassName
{
background-color: #CD9BA8;
}
.BgClassName
{
background-color: #CD9BA8;
}
</style>
border-color css
<style>
span { border-color: #CD9BA8; }
span { border-color: rgb(205,155,168); }
td.TdClassName
{
border-color: #CD9BA8;
}
.TagClassName
{
border-color: #CD9BA8;
}
</style>