Shades of Careys Pink #C4A5AA
Tints of Careys Pink #C4A5AA
RGB
CMYK
RGB Variations
Color information
#C4A5AA (or 0xC4A5AA) is known color: Careys Pink. HEX triplet: C4, A5 and AA. RGB value is (196,165,170). Sum of RGB (Red+Green+Blue) = 196+165+170=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A5AA is #3B5A55. Grayscale: #AEAEAE. Windows color (decimal): -3889750 or 11183556. OLE color: 11183556.
HSL color Cylindrical-coordinate representation of color #C4A5AA: hue angle of 350.32º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4A5AA is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 170 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.23 |
| HSL | 350.32º | 0.21% | 0.71% | - |
| HSV(B) | 350.32º | 0.16% | 0.77% | - |
| XYZ | 43.48 | 41.55 | 43.76 | - |
| YUV | 174.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 170 | 0 | 0.16 | 0.13 | 0.23 | 350.32 | 0.21 | 0.71 |
| Hex | C4 | A5 | AA | 0 | 10 | D | 17 | 15E | 15 | 47 |
| Octal | 304 | 245 | 252 | 0 | 20 | 15 | 27 | 536 | 25 | 107 |
| Binary | 11000100 | 10100101 | 10101010 | 0 | 10000 | 1101 | 10111 | 101011110 | 10101 | 1000111 |
Color Harmonies of #C4A5AA
Complementary color
Monochromatic Colors of #C4A5AA
Black with #C4A5AA
Text Example
Text Example
White with #C4A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A5AA; }
p { color: rgb(196,165,170); }
H1.HeaderClassName
{
color: #C4A5AA;
}
.AnyTagClassName
{
color: #C4A5AA;
}
</style>
background-color css
<style>
a { background-color: #C4A5AA; }
a { background-color: rgb(196,165,170); }
div.DivClassName
{
background-color: #C4A5AA;
}
.BgClassName
{
background-color: #C4A5AA;
}
</style>
border-color css
<style>
span { border-color: #C4A5AA; }
span { border-color: rgb(196,165,170); }
td.TdClassName
{
border-color: #C4A5AA;
}
.TagClassName
{
border-color: #C4A5AA;
}
</style>