Shades of Careys Pink #C4AAB1
Tints of Careys Pink #C4AAB1
RGB
CMYK
RGB Variations
Color information
#C4AAB1 (or 0xC4AAB1) is known color: Careys Pink. HEX triplet: C4, AA and B1. RGB value is (196,170,177). Sum of RGB (Red+Green+Blue) = 196+170+177=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AAB1 is #3B554E. Grayscale: #B2B2B2. Windows color (decimal): -3888463 or 11643588. OLE color: 11643588.
HSL color Cylindrical-coordinate representation of color #C4AAB1: hue angle of 343.85º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4AAB1 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 177 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.23 |
| HSL | 343.85º | 0.18% | 0.72% | - |
| HSV(B) | 343.85º | 0.13% | 0.77% | - |
| XYZ | 45.08 | 43.66 | 47.65 | - |
| YUV | 178.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 177 | 0 | 0.13 | 0.10 | 0.23 | 343.85 | 0.18 | 0.72 |
| Hex | C4 | AA | B1 | 0 | D | A | 17 | 158 | 12 | 48 |
| Octal | 304 | 252 | 261 | 0 | 15 | 12 | 27 | 530 | 22 | 110 |
| Binary | 11000100 | 10101010 | 10110001 | 0 | 1101 | 1010 | 10111 | 101011000 | 10010 | 1001000 |
Color Harmonies of #C4AAB1
Complementary color
Monochromatic Colors of #C4AAB1
Black with #C4AAB1
Text Example
Text Example
White with #C4AAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AAB1; }
p { color: rgb(196,170,177); }
H1.HeaderClassName
{
color: #C4AAB1;
}
.AnyTagClassName
{
color: #C4AAB1;
}
</style>
background-color css
<style>
a { background-color: #C4AAB1; }
a { background-color: rgb(196,170,177); }
div.DivClassName
{
background-color: #C4AAB1;
}
.BgClassName
{
background-color: #C4AAB1;
}
</style>
border-color css
<style>
span { border-color: #C4AAB1; }
span { border-color: rgb(196,170,177); }
td.TdClassName
{
border-color: #C4AAB1;
}
.TagClassName
{
border-color: #C4AAB1;
}
</style>