Shades of Careys Pink #CBA7AE
Tints of Careys Pink #CBA7AE
RGB
CMYK
RGB Variations
Color information
#CBA7AE (or 0xCBA7AE) is known color: Careys Pink. HEX triplet: CB, A7 and AE. RGB value is (203,167,174). Sum of RGB (Red+Green+Blue) = 203+167+174=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA7AE is #345851. Grayscale: #B2B2B2. Windows color (decimal): -3430482 or 11446219. OLE color: 11446219.
HSL color Cylindrical-coordinate representation of color #CBA7AE: hue angle of 348.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA7AE is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 174 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.20 |
| HSL | 348.33º | 0.26% | 0.73% | - |
| HSV(B) | 348.33º | 0.18% | 0.8% | - |
| XYZ | 46.09 | 43.39 | 45.99 | - |
| YUV | 178.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 174 | 0 | 0.18 | 0.14 | 0.20 | 348.33 | 0.26 | 0.73 |
| Hex | CB | A7 | AE | 0 | 12 | E | 14 | 15C | 1A | 49 |
| Octal | 313 | 247 | 256 | 0 | 22 | 16 | 24 | 534 | 32 | 111 |
| Binary | 11001011 | 10100111 | 10101110 | 0 | 10010 | 1110 | 10100 | 101011100 | 11010 | 1001001 |
Color Harmonies of #CBA7AE
Complementary color
Monochromatic Colors of #CBA7AE
Black with #CBA7AE
Text Example
Text Example
White with #CBA7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7AE; }
p { color: rgb(203,167,174); }
H1.HeaderClassName
{
color: #CBA7AE;
}
.AnyTagClassName
{
color: #CBA7AE;
}
</style>
background-color css
<style>
a { background-color: #CBA7AE; }
a { background-color: rgb(203,167,174); }
div.DivClassName
{
background-color: #CBA7AE;
}
.BgClassName
{
background-color: #CBA7AE;
}
</style>
border-color css
<style>
span { border-color: #CBA7AE; }
span { border-color: rgb(203,167,174); }
td.TdClassName
{
border-color: #CBA7AE;
}
.TagClassName
{
border-color: #CBA7AE;
}
</style>