Shades of Careys Pink #C4AAAE
Tints of Careys Pink #C4AAAE
RGB
CMYK
RGB Variations
Color information
#C4AAAE (or 0xC4AAAE) is known color: Careys Pink. HEX triplet: C4, AA and AE. RGB value is (196,170,174). Sum of RGB (Red+Green+Blue) = 196+170+174=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AAAE is #3B5551. Grayscale: #B2B2B2. Windows color (decimal): -3888466 or 11446980. OLE color: 11446980.
HSL color Cylindrical-coordinate representation of color #C4AAAE: hue angle of 350.77º 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 #C4AAAE is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 174 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.23 |
| HSL | 350.77º | 0.18% | 0.72% | - |
| HSV(B) | 350.77º | 0.13% | 0.77% | - |
| XYZ | 44.78 | 43.54 | 46.09 | - |
| YUV | 178.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 174 | 0 | 0.13 | 0.11 | 0.23 | 350.77 | 0.18 | 0.72 |
| Hex | C4 | AA | AE | 0 | D | B | 17 | 15F | 12 | 48 |
| Octal | 304 | 252 | 256 | 0 | 15 | 13 | 27 | 537 | 22 | 110 |
| Binary | 11000100 | 10101010 | 10101110 | 0 | 1101 | 1011 | 10111 | 101011111 | 10010 | 1001000 |
Color Harmonies of #C4AAAE
Complementary color
Monochromatic Colors of #C4AAAE
Black with #C4AAAE
Text Example
Text Example
White with #C4AAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AAAE; }
p { color: rgb(196,170,174); }
H1.HeaderClassName
{
color: #C4AAAE;
}
.AnyTagClassName
{
color: #C4AAAE;
}
</style>
background-color css
<style>
a { background-color: #C4AAAE; }
a { background-color: rgb(196,170,174); }
div.DivClassName
{
background-color: #C4AAAE;
}
.BgClassName
{
background-color: #C4AAAE;
}
</style>
border-color css
<style>
span { border-color: #C4AAAE; }
span { border-color: rgb(196,170,174); }
td.TdClassName
{
border-color: #C4AAAE;
}
.TagClassName
{
border-color: #C4AAAE;
}
</style>