Shades of Careys Pink #C2A6A8
Tints of Careys Pink #C2A6A8
RGB
CMYK
RGB Variations
Color information
#C2A6A8 (or 0xC2A6A8) is known color: Careys Pink. HEX triplet: C2, A6 and A8. RGB value is (194,166,168). Sum of RGB (Red+Green+Blue) = 194+166+168=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A6A8 is #3D5957. Grayscale: #AEAEAE. Windows color (decimal): -4020568 or 11052738. OLE color: 11052738.
HSL color Cylindrical-coordinate representation of color #C2A6A8: hue angle of 355.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2A6A8 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 168 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.24 |
| HSL | 355.71º | 0.19% | 0.71% | - |
| HSV(B) | 355.71º | 0.14% | 0.76% | - |
| XYZ | 42.95 | 41.57 | 42.81 | - |
| YUV | 174.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 168 | 0 | 0.14 | 0.13 | 0.24 | 355.71 | 0.19 | 0.71 |
| Hex | C2 | A6 | A8 | 0 | E | D | 18 | 164 | 13 | 47 |
| Octal | 302 | 246 | 250 | 0 | 16 | 15 | 30 | 544 | 23 | 107 |
| Binary | 11000010 | 10100110 | 10101000 | 0 | 1110 | 1101 | 11000 | 101100100 | 10011 | 1000111 |
Color Harmonies of #C2A6A8
Complementary color
Monochromatic Colors of #C2A6A8
Black with #C2A6A8
Text Example
Text Example
White with #C2A6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A6A8; }
p { color: rgb(194,166,168); }
H1.HeaderClassName
{
color: #C2A6A8;
}
.AnyTagClassName
{
color: #C2A6A8;
}
</style>
background-color css
<style>
a { background-color: #C2A6A8; }
a { background-color: rgb(194,166,168); }
div.DivClassName
{
background-color: #C2A6A8;
}
.BgClassName
{
background-color: #C2A6A8;
}
</style>
border-color css
<style>
span { border-color: #C2A6A8; }
span { border-color: rgb(194,166,168); }
td.TdClassName
{
border-color: #C2A6A8;
}
.TagClassName
{
border-color: #C2A6A8;
}
</style>