Shades of Careys Pink #C4AAB0
Tints of Careys Pink #C4AAB0
RGB
CMYK
RGB Variations
Color information
#C4AAB0 (or 0xC4AAB0) is known color: Careys Pink. HEX triplet: C4, AA and B0. RGB value is (196,170,176). Sum of RGB (Red+Green+Blue) = 196+170+176=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AAB0 is #3B554F. Grayscale: #B2B2B2. Windows color (decimal): -3888464 or 11578052. OLE color: 11578052.
HSL color Cylindrical-coordinate representation of color #C4AAB0: hue angle of 346.15º 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 #C4AAB0 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 176 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.23 |
| HSL | 346.15º | 0.18% | 0.72% | - |
| HSV(B) | 346.15º | 0.13% | 0.77% | - |
| XYZ | 44.98 | 43.62 | 47.12 | - |
| YUV | 178.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 176 | 0 | 0.13 | 0.10 | 0.23 | 346.15 | 0.18 | 0.72 |
| Hex | C4 | AA | B0 | 0 | D | A | 17 | 15A | 12 | 48 |
| Octal | 304 | 252 | 260 | 0 | 15 | 12 | 27 | 532 | 22 | 110 |
| Binary | 11000100 | 10101010 | 10110000 | 0 | 1101 | 1010 | 10111 | 101011010 | 10010 | 1001000 |
Color Harmonies of #C4AAB0
Complementary color
Monochromatic Colors of #C4AAB0
Black with #C4AAB0
Text Example
Text Example
White with #C4AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AAB0; }
p { color: rgb(196,170,176); }
H1.HeaderClassName
{
color: #C4AAB0;
}
.AnyTagClassName
{
color: #C4AAB0;
}
</style>
background-color css
<style>
a { background-color: #C4AAB0; }
a { background-color: rgb(196,170,176); }
div.DivClassName
{
background-color: #C4AAB0;
}
.BgClassName
{
background-color: #C4AAB0;
}
</style>
border-color css
<style>
span { border-color: #C4AAB0; }
span { border-color: rgb(196,170,176); }
td.TdClassName
{
border-color: #C4AAB0;
}
.TagClassName
{
border-color: #C4AAB0;
}
</style>