Shades of Careys Pink #CBA1AD
Tints of Careys Pink #CBA1AD
RGB
CMYK
RGB Variations
Color information
#CBA1AD (or 0xCBA1AD) is known color: Careys Pink. HEX triplet: CB, A1 and AD. RGB value is (203,161,173). Sum of RGB (Red+Green+Blue) = 203+161+173=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA1AD is #345E52. Grayscale: #AEAEAE. Windows color (decimal): -3432019 or 11379147. OLE color: 11379147.
HSL color Cylindrical-coordinate representation of color #CBA1AD: hue angle of 342.86º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1AD is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 173 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.20 |
| HSL | 342.86º | 0.29% | 0.71% | - |
| HSV(B) | 342.86º | 0.21% | 0.8% | - |
| XYZ | 44.92 | 41.2 | 45.12 | - |
| YUV | 174.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 173 | 0 | 0.21 | 0.15 | 0.20 | 342.86 | 0.29 | 0.71 |
| Hex | CB | A1 | AD | 0 | 15 | F | 14 | 157 | 1D | 47 |
| Octal | 313 | 241 | 255 | 0 | 25 | 17 | 24 | 527 | 35 | 107 |
| Binary | 11001011 | 10100001 | 10101101 | 0 | 10101 | 1111 | 10100 | 101010111 | 11101 | 1000111 |
Color Harmonies of #CBA1AD
Complementary color
Monochromatic Colors of #CBA1AD
Black with #CBA1AD
Text Example
Text Example
White with #CBA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1AD; }
p { color: rgb(203,161,173); }
H1.HeaderClassName
{
color: #CBA1AD;
}
.AnyTagClassName
{
color: #CBA1AD;
}
</style>
background-color css
<style>
a { background-color: #CBA1AD; }
a { background-color: rgb(203,161,173); }
div.DivClassName
{
background-color: #CBA1AD;
}
.BgClassName
{
background-color: #CBA1AD;
}
</style>
border-color css
<style>
span { border-color: #CBA1AD; }
span { border-color: rgb(203,161,173); }
td.TdClassName
{
border-color: #CBA1AD;
}
.TagClassName
{
border-color: #CBA1AD;
}
</style>