Shades of Careys Pink #CBA1AE
Tints of Careys Pink #CBA1AE
RGB
CMYK
RGB Variations
Color information
#CBA1AE (or 0xCBA1AE) is known color: Careys Pink. HEX triplet: CB, A1 and AE. RGB value is (203,161,174). Sum of RGB (Red+Green+Blue) = 203+161+174=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA1AE is #345E51. Grayscale: #AFAFAF. Windows color (decimal): -3432018 or 11444683. OLE color: 11444683.
HSL color Cylindrical-coordinate representation of color #CBA1AE: hue angle of 341.43º 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 #CBA1AE is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 174 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.20 |
| HSL | 341.43º | 0.29% | 0.71% | - |
| HSV(B) | 341.43º | 0.21% | 0.8% | - |
| XYZ | 45.01 | 41.24 | 45.63 | - |
| YUV | 175.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 174 | 0 | 0.21 | 0.14 | 0.20 | 341.43 | 0.29 | 0.71 |
| Hex | CB | A1 | AE | 0 | 15 | E | 14 | 155 | 1D | 47 |
| Octal | 313 | 241 | 256 | 0 | 25 | 16 | 24 | 525 | 35 | 107 |
| Binary | 11001011 | 10100001 | 10101110 | 0 | 10101 | 1110 | 10100 | 101010101 | 11101 | 1000111 |
Color Harmonies of #CBA1AE
Complementary color
Monochromatic Colors of #CBA1AE
Black with #CBA1AE
Text Example
Text Example
White with #CBA1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1AE; }
p { color: rgb(203,161,174); }
H1.HeaderClassName
{
color: #CBA1AE;
}
.AnyTagClassName
{
color: #CBA1AE;
}
</style>
background-color css
<style>
a { background-color: #CBA1AE; }
a { background-color: rgb(203,161,174); }
div.DivClassName
{
background-color: #CBA1AE;
}
.BgClassName
{
background-color: #CBA1AE;
}
</style>
border-color css
<style>
span { border-color: #CBA1AE; }
span { border-color: rgb(203,161,174); }
td.TdClassName
{
border-color: #CBA1AE;
}
.TagClassName
{
border-color: #CBA1AE;
}
</style>