Shades of Careys Pink #C0A2A4
Tints of Careys Pink #C0A2A4
RGB
CMYK
RGB Variations
Color information
#C0A2A4 (or 0xC0A2A4) is known color: Careys Pink. HEX triplet: C0, A2 and A4. RGB value is (192,162,164). Sum of RGB (Red+Green+Blue) = 192+162+164=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A2A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A2A4 is #3F5D5B. Grayscale: #ABABAB. Windows color (decimal): -4152668 or 10789568. OLE color: 10789568.
HSL color Cylindrical-coordinate representation of color #C0A2A4: hue angle of 356º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0A2A4 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 164 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.25 |
| HSL | 356º | 0.19% | 0.69% | - |
| HSV(B) | 356º | 0.16% | 0.75% | - |
| XYZ | 41.36 | 39.73 | 40.61 | - |
| YUV | 171.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 164 | 0 | 0.16 | 0.15 | 0.25 | 356 | 0.19 | 0.69 |
| Hex | C0 | A2 | A4 | 0 | 10 | F | 19 | 164 | 13 | 45 |
| Octal | 300 | 242 | 244 | 0 | 20 | 17 | 31 | 544 | 23 | 105 |
| Binary | 11000000 | 10100010 | 10100100 | 0 | 10000 | 1111 | 11001 | 101100100 | 10011 | 1000101 |
Color Harmonies of #C0A2A4
Complementary color
Monochromatic Colors of #C0A2A4
Black with #C0A2A4
Text Example
Text Example
White with #C0A2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A2A4; }
p { color: rgb(192,162,164); }
H1.HeaderClassName
{
color: #C0A2A4;
}
.AnyTagClassName
{
color: #C0A2A4;
}
</style>
background-color css
<style>
a { background-color: #C0A2A4; }
a { background-color: rgb(192,162,164); }
div.DivClassName
{
background-color: #C0A2A4;
}
.BgClassName
{
background-color: #C0A2A4;
}
</style>
border-color css
<style>
span { border-color: #C0A2A4; }
span { border-color: rgb(192,162,164); }
td.TdClassName
{
border-color: #C0A2A4;
}
.TagClassName
{
border-color: #C0A2A4;
}
</style>