Shades of Careys Pink #C4A7AF
Tints of Careys Pink #C4A7AF
RGB
CMYK
RGB Variations
Color information
#C4A7AF (or 0xC4A7AF) is known color: Careys Pink. HEX triplet: C4, A7 and AF. RGB value is (196,167,175). Sum of RGB (Red+Green+Blue) = 196+167+175=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A7AF is #3B5850. Grayscale: #B0B0B0. Windows color (decimal): -3889233 or 11511748. OLE color: 11511748.
HSL color Cylindrical-coordinate representation of color #C4A7AF: hue angle of 343.45º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4A7AF is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 167 | 175 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.23 |
| HSL | 343.45º | 0.2% | 0.71% | - |
| HSV(B) | 343.45º | 0.15% | 0.77% | - |
| XYZ | 44.32 | 42.47 | 46.42 | - |
| YUV | 176.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 167 | 175 | 0 | 0.15 | 0.11 | 0.23 | 343.45 | 0.2 | 0.71 |
| Hex | C4 | A7 | AF | 0 | F | B | 17 | 157 | 14 | 47 |
| Octal | 304 | 247 | 257 | 0 | 17 | 13 | 27 | 527 | 24 | 107 |
| Binary | 11000100 | 10100111 | 10101111 | 0 | 1111 | 1011 | 10111 | 101010111 | 10100 | 1000111 |
Color Harmonies of #C4A7AF
Complementary color
Monochromatic Colors of #C4A7AF
Black with #C4A7AF
Text Example
Text Example
White with #C4A7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A7AF; }
p { color: rgb(196,167,175); }
H1.HeaderClassName
{
color: #C4A7AF;
}
.AnyTagClassName
{
color: #C4A7AF;
}
</style>
background-color css
<style>
a { background-color: #C4A7AF; }
a { background-color: rgb(196,167,175); }
div.DivClassName
{
background-color: #C4A7AF;
}
.BgClassName
{
background-color: #C4A7AF;
}
</style>
border-color css
<style>
span { border-color: #C4A7AF; }
span { border-color: rgb(196,167,175); }
td.TdClassName
{
border-color: #C4A7AF;
}
.TagClassName
{
border-color: #C4A7AF;
}
</style>