Shades of Careys Pink #CBA1AF
Tints of Careys Pink #CBA1AF
RGB
CMYK
RGB Variations
Color information
#CBA1AF (or 0xCBA1AF) is known color: Careys Pink. HEX triplet: CB, A1 and AF. RGB value is (203,161,175). Sum of RGB (Red+Green+Blue) = 203+161+175=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA1AF is #345E50. Grayscale: #AFAFAF. Windows color (decimal): -3432017 or 11510219. OLE color: 11510219.
HSL color Cylindrical-coordinate representation of color #CBA1AF: hue angle of 340º 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 #CBA1AF is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 175 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.20 |
| HSL | 340º | 0.29% | 0.71% | - |
| HSV(B) | 340º | 0.21% | 0.8% | - |
| XYZ | 45.11 | 41.28 | 46.15 | - |
| YUV | 175.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 175 | 0 | 0.21 | 0.14 | 0.20 | 340 | 0.29 | 0.71 |
| Hex | CB | A1 | AF | 0 | 15 | E | 14 | 154 | 1D | 47 |
| Octal | 313 | 241 | 257 | 0 | 25 | 16 | 24 | 524 | 35 | 107 |
| Binary | 11001011 | 10100001 | 10101111 | 0 | 10101 | 1110 | 10100 | 101010100 | 11101 | 1000111 |
Color Harmonies of #CBA1AF
Complementary color
Monochromatic Colors of #CBA1AF
Black with #CBA1AF
Text Example
Text Example
White with #CBA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1AF; }
p { color: rgb(203,161,175); }
H1.HeaderClassName
{
color: #CBA1AF;
}
.AnyTagClassName
{
color: #CBA1AF;
}
</style>
background-color css
<style>
a { background-color: #CBA1AF; }
a { background-color: rgb(203,161,175); }
div.DivClassName
{
background-color: #CBA1AF;
}
.BgClassName
{
background-color: #CBA1AF;
}
</style>
border-color css
<style>
span { border-color: #CBA1AF; }
span { border-color: rgb(203,161,175); }
td.TdClassName
{
border-color: #CBA1AF;
}
.TagClassName
{
border-color: #CBA1AF;
}
</style>