Shades of Careys Pink #CBA6AD
Tints of Careys Pink #CBA6AD
RGB
CMYK
RGB Variations
Color information
#CBA6AD (or 0xCBA6AD) is known color: Careys Pink. HEX triplet: CB, A6 and AD. RGB value is (203,166,173). Sum of RGB (Red+Green+Blue) = 203+166+173=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA6AD is #345952. Grayscale: #B1B1B1. Windows color (decimal): -3430739 or 11380427. OLE color: 11380427.
HSL color Cylindrical-coordinate representation of color #CBA6AD: hue angle of 348.65º 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 #CBA6AD is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 173 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.20 |
| HSL | 348.65º | 0.26% | 0.72% | - |
| HSV(B) | 348.65º | 0.18% | 0.8% | - |
| XYZ | 45.81 | 42.99 | 45.42 | - |
| YUV | 177.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 173 | 0 | 0.18 | 0.15 | 0.20 | 348.65 | 0.26 | 0.72 |
| Hex | CB | A6 | AD | 0 | 12 | F | 14 | 15D | 1A | 48 |
| Octal | 313 | 246 | 255 | 0 | 22 | 17 | 24 | 535 | 32 | 110 |
| Binary | 11001011 | 10100110 | 10101101 | 0 | 10010 | 1111 | 10100 | 101011101 | 11010 | 1001000 |
Color Harmonies of #CBA6AD
Complementary color
Monochromatic Colors of #CBA6AD
Black with #CBA6AD
Text Example
Text Example
White with #CBA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6AD; }
p { color: rgb(203,166,173); }
H1.HeaderClassName
{
color: #CBA6AD;
}
.AnyTagClassName
{
color: #CBA6AD;
}
</style>
background-color css
<style>
a { background-color: #CBA6AD; }
a { background-color: rgb(203,166,173); }
div.DivClassName
{
background-color: #CBA6AD;
}
.BgClassName
{
background-color: #CBA6AD;
}
</style>
border-color css
<style>
span { border-color: #CBA6AD; }
span { border-color: rgb(203,166,173); }
td.TdClassName
{
border-color: #CBA6AD;
}
.TagClassName
{
border-color: #CBA6AD;
}
</style>