Shades of Careys Pink #CBA6AE
Tints of Careys Pink #CBA6AE
RGB
CMYK
RGB Variations
Color information
#CBA6AE (or 0xCBA6AE) is known color: Careys Pink. HEX triplet: CB, A6 and AE. RGB value is (203,166,174). Sum of RGB (Red+Green+Blue) = 203+166+174=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA6AE is #345951. Grayscale: #B1B1B1. Windows color (decimal): -3430738 or 11445963. OLE color: 11445963.
HSL color Cylindrical-coordinate representation of color #CBA6AE: hue angle of 347.03º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA6AE is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 174 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.20 |
| HSL | 347.03º | 0.26% | 0.72% | - |
| HSV(B) | 347.03º | 0.18% | 0.8% | - |
| XYZ | 45.9 | 43.02 | 45.93 | - |
| YUV | 177.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 174 | 0 | 0.18 | 0.14 | 0.20 | 347.03 | 0.26 | 0.72 |
| Hex | CB | A6 | AE | 0 | 12 | E | 14 | 15B | 1A | 48 |
| Octal | 313 | 246 | 256 | 0 | 22 | 16 | 24 | 533 | 32 | 110 |
| Binary | 11001011 | 10100110 | 10101110 | 0 | 10010 | 1110 | 10100 | 101011011 | 11010 | 1001000 |
Color Harmonies of #CBA6AE
Complementary color
Monochromatic Colors of #CBA6AE
Black with #CBA6AE
Text Example
Text Example
White with #CBA6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6AE; }
p { color: rgb(203,166,174); }
H1.HeaderClassName
{
color: #CBA6AE;
}
.AnyTagClassName
{
color: #CBA6AE;
}
</style>
background-color css
<style>
a { background-color: #CBA6AE; }
a { background-color: rgb(203,166,174); }
div.DivClassName
{
background-color: #CBA6AE;
}
.BgClassName
{
background-color: #CBA6AE;
}
</style>
border-color css
<style>
span { border-color: #CBA6AE; }
span { border-color: rgb(203,166,174); }
td.TdClassName
{
border-color: #CBA6AE;
}
.TagClassName
{
border-color: #CBA6AE;
}
</style>