Shades of Careys Pink #CD9BA0
Tints of Careys Pink #CD9BA0
RGB
CMYK
RGB Variations
Color information
#CD9BA0 (or 0xCD9BA0) is known color: Careys Pink. HEX triplet: CD, 9B and A0. RGB value is (205,155,160). Sum of RGB (Red+Green+Blue) = 205+155+160=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9BA0 is #32645F. Grayscale: #AAAAAA. Windows color (decimal): -3302496 or 10525645. OLE color: 10525645.
HSL color Cylindrical-coordinate representation of color #CD9BA0: hue angle of 354º 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 #CD9BA0 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 155 | 160 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.20 |
| HSL | 354º | 0.33% | 0.71% | - |
| HSV(B) | 354º | 0.24% | 0.8% | - |
| XYZ | 43.24 | 38.96 | 38.5 | - |
| YUV | 170.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 155 | 160 | 0 | 0.24 | 0.22 | 0.20 | 354 | 0.33 | 0.71 |
| Hex | CD | 9B | A0 | 0 | 18 | 16 | 14 | 162 | 21 | 47 |
| Octal | 315 | 233 | 240 | 0 | 30 | 26 | 24 | 542 | 41 | 107 |
| Binary | 11001101 | 10011011 | 10100000 | 0 | 11000 | 10110 | 10100 | 101100010 | 100001 | 1000111 |
Color Harmonies of #CD9BA0
Complementary color
Monochromatic Colors of #CD9BA0
Black with #CD9BA0
Text Example
Text Example
White with #CD9BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9BA0; }
p { color: rgb(205,155,160); }
H1.HeaderClassName
{
color: #CD9BA0;
}
.AnyTagClassName
{
color: #CD9BA0;
}
</style>
background-color css
<style>
a { background-color: #CD9BA0; }
a { background-color: rgb(205,155,160); }
div.DivClassName
{
background-color: #CD9BA0;
}
.BgClassName
{
background-color: #CD9BA0;
}
</style>
border-color css
<style>
span { border-color: #CD9BA0; }
span { border-color: rgb(205,155,160); }
td.TdClassName
{
border-color: #CD9BA0;
}
.TagClassName
{
border-color: #CD9BA0;
}
</style>