Shades of Careys Pink #CB9DAA
Tints of Careys Pink #CB9DAA
RGB
CMYK
RGB Variations
Color information
#CB9DAA (or 0xCB9DAA) is known color: Careys Pink. HEX triplet: CB, 9D and AA. RGB value is (203,157,170). Sum of RGB (Red+Green+Blue) = 203+157+170=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9DAA is #346255. Grayscale: #ACACAC. Windows color (decimal): -3433046 or 11181515. OLE color: 11181515.
HSL color Cylindrical-coordinate representation of color #CB9DAA: hue angle of 343.04º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9DAA is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 170 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.20 |
| HSL | 343.04º | 0.31% | 0.71% | - |
| HSV(B) | 343.04º | 0.23% | 0.8% | - |
| XYZ | 43.94 | 39.71 | 43.38 | - |
| YUV | 172.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 170 | 0 | 0.23 | 0.16 | 0.20 | 343.04 | 0.31 | 0.71 |
| Hex | CB | 9D | AA | 0 | 17 | 10 | 14 | 157 | 1F | 47 |
| Octal | 313 | 235 | 252 | 0 | 27 | 20 | 24 | 527 | 37 | 107 |
| Binary | 11001011 | 10011101 | 10101010 | 0 | 10111 | 10000 | 10100 | 101010111 | 11111 | 1000111 |
Color Harmonies of #CB9DAA
Complementary color
Monochromatic Colors of #CB9DAA
Black with #CB9DAA
Text Example
Text Example
White with #CB9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9DAA; }
p { color: rgb(203,157,170); }
H1.HeaderClassName
{
color: #CB9DAA;
}
.AnyTagClassName
{
color: #CB9DAA;
}
</style>
background-color css
<style>
a { background-color: #CB9DAA; }
a { background-color: rgb(203,157,170); }
div.DivClassName
{
background-color: #CB9DAA;
}
.BgClassName
{
background-color: #CB9DAA;
}
</style>
border-color css
<style>
span { border-color: #CB9DAA; }
span { border-color: rgb(203,157,170); }
td.TdClassName
{
border-color: #CB9DAA;
}
.TagClassName
{
border-color: #CB9DAA;
}
</style>