Shades of Careys Pink #CBA4A8
Tints of Careys Pink #CBA4A8
RGB
CMYK
RGB Variations
Color information
#CBA4A8 (or 0xCBA4A8) is known color: Careys Pink. HEX triplet: CB, A4 and A8. RGB value is (203,164,168). Sum of RGB (Red+Green+Blue) = 203+164+168=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA4A8 is #345B57. Grayscale: #B0B0B0. Windows color (decimal): -3431256 or 11052235. OLE color: 11052235.
HSL color Cylindrical-coordinate representation of color #CBA4A8: hue angle of 353.85º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA4A8 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 164 | 168 | - |
CMYK | 0 | 0.19 | 0.17 | 0.20 |
HSL | 353.85º | 0.27% | 0.72% | - |
HSV(B) | 353.85º | 0.19% | 0.8% | - |
XYZ | 44.97 | 42.07 | 42.8 | - |
YUV | 176.12 | 123.42 | 147.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 164 | 168 | 0 | 0.19 | 0.17 | 0.20 | 353.85 | 0.27 | 0.72 |
Hex | CB | A4 | A8 | 0 | 13 | 11 | 14 | 162 | 1B | 48 |
Octal | 313 | 244 | 250 | 0 | 23 | 21 | 24 | 542 | 33 | 110 |
Binary | 11001011 | 10100100 | 10101000 | 0 | 10011 | 10001 | 10100 | 101100010 | 11011 | 1001000 |
Color Harmonies of #CBA4A8
Complementary color
Monochromatic Colors of #CBA4A8
Black with #CBA4A8
Text Example
Text Example
White with #CBA4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4A8; }
p { color: rgb(203,164,168); }
H1.HeaderClassName
{
color: #CBA4A8;
}
.AnyTagClassName
{
color: #CBA4A8;
}
</style>
background-color css
<style>
a { background-color: #CBA4A8; }
a { background-color: rgb(203,164,168); }
div.DivClassName
{
background-color: #CBA4A8;
}
.BgClassName
{
background-color: #CBA4A8;
}
</style>
border-color css
<style>
span { border-color: #CBA4A8; }
span { border-color: rgb(203,164,168); }
td.TdClassName
{
border-color: #CBA4A8;
}
.TagClassName
{
border-color: #CBA4A8;
}
</style>