Shades of Careys Pink #C4A9AF
Tints of Careys Pink #C4A9AF
RGB
CMYK
RGB Variations
Color information
#C4A9AF (or 0xC4A9AF) is known color: Careys Pink. HEX triplet: C4, A9 and AF. RGB value is (196,169,175). Sum of RGB (Red+Green+Blue) = 196+169+175=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A9AF is #3B5650. Grayscale: #B1B1B1. Windows color (decimal): -3888721 or 11512260. OLE color: 11512260.
HSL color Cylindrical-coordinate representation of color #C4A9AF: hue angle of 346.67º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4A9AF is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 169 | 175 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.23 |
| HSL | 346.67º | 0.19% | 0.72% | - |
| HSV(B) | 346.67º | 0.14% | 0.77% | - |
| XYZ | 44.69 | 43.21 | 46.54 | - |
| YUV | 177.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 169 | 175 | 0 | 0.14 | 0.11 | 0.23 | 346.67 | 0.19 | 0.72 |
| Hex | C4 | A9 | AF | 0 | E | B | 17 | 15B | 13 | 48 |
| Octal | 304 | 251 | 257 | 0 | 16 | 13 | 27 | 533 | 23 | 110 |
| Binary | 11000100 | 10101001 | 10101111 | 0 | 1110 | 1011 | 10111 | 101011011 | 10011 | 1001000 |
Color Harmonies of #C4A9AF
Complementary color
Monochromatic Colors of #C4A9AF
Black with #C4A9AF
Text Example
Text Example
White with #C4A9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A9AF; }
p { color: rgb(196,169,175); }
H1.HeaderClassName
{
color: #C4A9AF;
}
.AnyTagClassName
{
color: #C4A9AF;
}
</style>
background-color css
<style>
a { background-color: #C4A9AF; }
a { background-color: rgb(196,169,175); }
div.DivClassName
{
background-color: #C4A9AF;
}
.BgClassName
{
background-color: #C4A9AF;
}
</style>
border-color css
<style>
span { border-color: #C4A9AF; }
span { border-color: rgb(196,169,175); }
td.TdClassName
{
border-color: #C4A9AF;
}
.TagClassName
{
border-color: #C4A9AF;
}
</style>