Shades of Careys Pink #C4A8B0
Tints of Careys Pink #C4A8B0
RGB
CMYK
RGB Variations
Color information
#C4A8B0 (or 0xC4A8B0) is known color: Careys Pink. HEX triplet: C4, A8 and B0. RGB value is (196,168,176). Sum of RGB (Red+Green+Blue) = 196+168+176=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A8B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A8B0 is #3B574F. Grayscale: #B1B1B1. Windows color (decimal): -3888976 or 11577540. OLE color: 11577540.
HSL color Cylindrical-coordinate representation of color #C4A8B0: hue angle of 342.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4A8B0 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 176 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.23 |
| HSL | 342.86º | 0.19% | 0.71% | - |
| HSV(B) | 342.86º | 0.14% | 0.77% | - |
| XYZ | 44.6 | 42.88 | 47 | - |
| YUV | 177.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 176 | 0 | 0.14 | 0.10 | 0.23 | 342.86 | 0.19 | 0.71 |
| Hex | C4 | A8 | B0 | 0 | E | A | 17 | 157 | 13 | 47 |
| Octal | 304 | 250 | 260 | 0 | 16 | 12 | 27 | 527 | 23 | 107 |
| Binary | 11000100 | 10101000 | 10110000 | 0 | 1110 | 1010 | 10111 | 101010111 | 10011 | 1000111 |
Color Harmonies of #C4A8B0
Complementary color
Monochromatic Colors of #C4A8B0
Black with #C4A8B0
Text Example
Text Example
White with #C4A8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A8B0; }
p { color: rgb(196,168,176); }
H1.HeaderClassName
{
color: #C4A8B0;
}
.AnyTagClassName
{
color: #C4A8B0;
}
</style>
background-color css
<style>
a { background-color: #C4A8B0; }
a { background-color: rgb(196,168,176); }
div.DivClassName
{
background-color: #C4A8B0;
}
.BgClassName
{
background-color: #C4A8B0;
}
</style>
border-color css
<style>
span { border-color: #C4A8B0; }
span { border-color: rgb(196,168,176); }
td.TdClassName
{
border-color: #C4A8B0;
}
.TagClassName
{
border-color: #C4A8B0;
}
</style>