Shades of Careys Pink #CBA0A4
Tints of Careys Pink #CBA0A4
RGB
CMYK
RGB Variations
Color information
#CBA0A4 (or 0xCBA0A4) is known color: Careys Pink. HEX triplet: CB, A0 and A4. RGB value is (203,160,164). Sum of RGB (Red+Green+Blue) = 203+160+164=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA0A4 is #345F5B. Grayscale: #ADADAD. Windows color (decimal): -3432284 or 10789067. OLE color: 10789067.
HSL color Cylindrical-coordinate representation of color #CBA0A4: hue angle of 354.42º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA0A4 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 164 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.20 |
| HSL | 354.42º | 0.29% | 0.71% | - |
| HSV(B) | 354.42º | 0.21% | 0.8% | - |
| XYZ | 43.9 | 40.52 | 40.63 | - |
| YUV | 173.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 164 | 0 | 0.21 | 0.19 | 0.20 | 354.42 | 0.29 | 0.71 |
| Hex | CB | A0 | A4 | 0 | 15 | 13 | 14 | 162 | 1D | 47 |
| Octal | 313 | 240 | 244 | 0 | 25 | 23 | 24 | 542 | 35 | 107 |
| Binary | 11001011 | 10100000 | 10100100 | 0 | 10101 | 10011 | 10100 | 101100010 | 11101 | 1000111 |
Color Harmonies of #CBA0A4
Complementary color
Monochromatic Colors of #CBA0A4
Black with #CBA0A4
Text Example
Text Example
White with #CBA0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0A4; }
p { color: rgb(203,160,164); }
H1.HeaderClassName
{
color: #CBA0A4;
}
.AnyTagClassName
{
color: #CBA0A4;
}
</style>
background-color css
<style>
a { background-color: #CBA0A4; }
a { background-color: rgb(203,160,164); }
div.DivClassName
{
background-color: #CBA0A4;
}
.BgClassName
{
background-color: #CBA0A4;
}
</style>
border-color css
<style>
span { border-color: #CBA0A4; }
span { border-color: rgb(203,160,164); }
td.TdClassName
{
border-color: #CBA0A4;
}
.TagClassName
{
border-color: #CBA0A4;
}
</style>