Shades of Careys Pink #CBA4AE
Tints of Careys Pink #CBA4AE
RGB
CMYK
RGB Variations
Color information
#CBA4AE (or 0xCBA4AE) is known color: Careys Pink. HEX triplet: CB, A4 and AE. RGB value is (203,164,174). Sum of RGB (Red+Green+Blue) = 203+164+174=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA4AE is #345B51. Grayscale: #B0B0B0. Windows color (decimal): -3431250 or 11445451. OLE color: 11445451.
HSL color Cylindrical-coordinate representation of color #CBA4AE: hue angle of 344.62º 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 #CBA4AE is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 174 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.20 |
| HSL | 344.62º | 0.27% | 0.72% | - |
| HSV(B) | 344.62º | 0.19% | 0.8% | - |
| XYZ | 45.54 | 42.3 | 45.81 | - |
| YUV | 176.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 174 | 0 | 0.19 | 0.14 | 0.20 | 344.62 | 0.27 | 0.72 |
| Hex | CB | A4 | AE | 0 | 13 | E | 14 | 159 | 1B | 48 |
| Octal | 313 | 244 | 256 | 0 | 23 | 16 | 24 | 531 | 33 | 110 |
| Binary | 11001011 | 10100100 | 10101110 | 0 | 10011 | 1110 | 10100 | 101011001 | 11011 | 1001000 |
Color Harmonies of #CBA4AE
Complementary color
Monochromatic Colors of #CBA4AE
Black with #CBA4AE
Text Example
Text Example
White with #CBA4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4AE; }
p { color: rgb(203,164,174); }
H1.HeaderClassName
{
color: #CBA4AE;
}
.AnyTagClassName
{
color: #CBA4AE;
}
</style>
background-color css
<style>
a { background-color: #CBA4AE; }
a { background-color: rgb(203,164,174); }
div.DivClassName
{
background-color: #CBA4AE;
}
.BgClassName
{
background-color: #CBA4AE;
}
</style>
border-color css
<style>
span { border-color: #CBA4AE; }
span { border-color: rgb(203,164,174); }
td.TdClassName
{
border-color: #CBA4AE;
}
.TagClassName
{
border-color: #CBA4AE;
}
</style>