Shades of Careys Pink #C2A1A2
Tints of Careys Pink #C2A1A2
RGB
CMYK
RGB Variations
Color information
#C2A1A2 (or 0xC2A1A2) is known color: Careys Pink. HEX triplet: C2, A1 and A2. RGB value is (194,161,162). Sum of RGB (Red+Green+Blue) = 194+161+162=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A1A2 is #3D5E5D. Grayscale: #ABABAB. Windows color (decimal): -4021854 or 10658242. OLE color: 10658242.
HSL color Cylindrical-coordinate representation of color #C2A1A2: hue angle of 358.18º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2A1A2 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 161 | 162 | - |
CMYK | 0 | 0.17 | 0.16 | 0.24 |
HSL | 358.18º | 0.21% | 0.7% | - |
HSV(B) | 358.18º | 0.17% | 0.76% | - |
XYZ | 41.51 | 39.57 | 39.63 | - |
YUV | 170.98 | 122.93 | 144.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 161 | 162 | 0 | 0.17 | 0.16 | 0.24 | 358.18 | 0.21 | 0.7 |
Hex | C2 | A1 | A2 | 0 | 11 | 10 | 18 | 166 | 15 | 46 |
Octal | 302 | 241 | 242 | 0 | 21 | 20 | 30 | 546 | 25 | 106 |
Binary | 11000010 | 10100001 | 10100010 | 0 | 10001 | 10000 | 11000 | 101100110 | 10101 | 1000110 |
Color Harmonies of #C2A1A2
Complementary color
Monochromatic Colors of #C2A1A2
Black with #C2A1A2
Text Example
Text Example
White with #C2A1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A1A2; }
p { color: rgb(194,161,162); }
H1.HeaderClassName
{
color: #C2A1A2;
}
.AnyTagClassName
{
color: #C2A1A2;
}
</style>
background-color css
<style>
a { background-color: #C2A1A2; }
a { background-color: rgb(194,161,162); }
div.DivClassName
{
background-color: #C2A1A2;
}
.BgClassName
{
background-color: #C2A1A2;
}
</style>
border-color css
<style>
span { border-color: #C2A1A2; }
span { border-color: rgb(194,161,162); }
td.TdClassName
{
border-color: #C2A1A2;
}
.TagClassName
{
border-color: #C2A1A2;
}
</style>