Shades of Careys Pink #C4A7A8
Tints of Careys Pink #C4A7A8
RGB
CMYK
RGB Variations
Color information
#C4A7A8 (or 0xC4A7A8) is known color: Careys Pink. HEX triplet: C4, A7 and A8. RGB value is (196,167,168). Sum of RGB (Red+Green+Blue) = 196+167+168=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A7A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A7A8 is #3B5857. Grayscale: #AFAFAF. Windows color (decimal): -3889240 or 11052996. OLE color: 11052996.
HSL color Cylindrical-coordinate representation of color #C4A7A8: hue angle of 357.93º 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 #C4A7A8 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 167 | 168 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.23 |
| HSL | 357.93º | 0.2% | 0.71% | - |
| HSV(B) | 357.93º | 0.15% | 0.77% | - |
| XYZ | 43.65 | 42.2 | 42.89 | - |
| YUV | 175.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 167 | 168 | 0 | 0.15 | 0.14 | 0.23 | 357.93 | 0.2 | 0.71 |
| Hex | C4 | A7 | A8 | 0 | F | E | 17 | 166 | 14 | 47 |
| Octal | 304 | 247 | 250 | 0 | 17 | 16 | 27 | 546 | 24 | 107 |
| Binary | 11000100 | 10100111 | 10101000 | 0 | 1111 | 1110 | 10111 | 101100110 | 10100 | 1000111 |
Color Harmonies of #C4A7A8
Complementary color
Monochromatic Colors of #C4A7A8
Black with #C4A7A8
Text Example
Text Example
White with #C4A7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A7A8; }
p { color: rgb(196,167,168); }
H1.HeaderClassName
{
color: #C4A7A8;
}
.AnyTagClassName
{
color: #C4A7A8;
}
</style>
background-color css
<style>
a { background-color: #C4A7A8; }
a { background-color: rgb(196,167,168); }
div.DivClassName
{
background-color: #C4A7A8;
}
.BgClassName
{
background-color: #C4A7A8;
}
</style>
border-color css
<style>
span { border-color: #C4A7A8; }
span { border-color: rgb(196,167,168); }
td.TdClassName
{
border-color: #C4A7A8;
}
.TagClassName
{
border-color: #C4A7A8;
}
</style>