Shades of Careys Pink #CBA6A8
Tints of Careys Pink #CBA6A8
RGB
CMYK
RGB Variations
Color information
#CBA6A8 (or 0xCBA6A8) is known color: Careys Pink. HEX triplet: CB, A6 and A8. RGB value is (203,166,168). Sum of RGB (Red+Green+Blue) = 203+166+168=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA6A8 is #345957. Grayscale: #B1B1B1. Windows color (decimal): -3430744 or 11052747. OLE color: 11052747.
HSL color Cylindrical-coordinate representation of color #CBA6A8: hue angle of 356.76º 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 #CBA6A8 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 168 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.20 |
| HSL | 356.76º | 0.26% | 0.72% | - |
| HSV(B) | 356.76º | 0.18% | 0.8% | - |
| XYZ | 45.33 | 42.8 | 42.92 | - |
| YUV | 177.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 168 | 0 | 0.18 | 0.17 | 0.20 | 356.76 | 0.26 | 0.72 |
| Hex | CB | A6 | A8 | 0 | 12 | 11 | 14 | 165 | 1A | 48 |
| Octal | 313 | 246 | 250 | 0 | 22 | 21 | 24 | 545 | 32 | 110 |
| Binary | 11001011 | 10100110 | 10101000 | 0 | 10010 | 10001 | 10100 | 101100101 | 11010 | 1001000 |
Color Harmonies of #CBA6A8
Complementary color
Monochromatic Colors of #CBA6A8
Black with #CBA6A8
Text Example
Text Example
White with #CBA6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6A8; }
p { color: rgb(203,166,168); }
H1.HeaderClassName
{
color: #CBA6A8;
}
.AnyTagClassName
{
color: #CBA6A8;
}
</style>
background-color css
<style>
a { background-color: #CBA6A8; }
a { background-color: rgb(203,166,168); }
div.DivClassName
{
background-color: #CBA6A8;
}
.BgClassName
{
background-color: #CBA6A8;
}
</style>
border-color css
<style>
span { border-color: #CBA6A8; }
span { border-color: rgb(203,166,168); }
td.TdClassName
{
border-color: #CBA6A8;
}
.TagClassName
{
border-color: #CBA6A8;
}
</style>