Shades of Charm #C2808A
Tints of Charm #C2808A
RGB
CMYK
RGB Variations
Color information
#C2808A (or 0xC2808A) is known color: Charm. HEX triplet: C2, 80 and 8A. RGB value is (194,128,138). Sum of RGB (Red+Green+Blue) = 194+128+138=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2808A is #3D7F75. Grayscale: #949494. Windows color (decimal): -4030326 or 9076930. OLE color: 9076930.
HSL color Cylindrical-coordinate representation of color #C2808A: hue angle of 350.91º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2808A is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 138 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.24 |
| HSL | 350.91º | 0.35% | 0.63% | - |
| HSV(B) | 350.91º | 0.34% | 0.76% | - |
| XYZ | 34.55 | 28.74 | 27.77 | - |
| YUV | 148.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 138 | 0 | 0.34 | 0.29 | 0.24 | 350.91 | 0.35 | 0.63 |
| Hex | C2 | 80 | 8A | 0 | 22 | 1D | 18 | 15F | 23 | 3F |
| Octal | 302 | 200 | 212 | 0 | 42 | 35 | 30 | 537 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10001010 | 0 | 100010 | 11101 | 11000 | 101011111 | 100011 | 111111 |
Color Harmonies of #C2808A
Complementary color
Monochromatic Colors of #C2808A
Black with #C2808A
Text Example
Text Example
White with #C2808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2808A; }
p { color: rgb(194,128,138); }
H1.HeaderClassName
{
color: #C2808A;
}
.AnyTagClassName
{
color: #C2808A;
}
</style>
background-color css
<style>
a { background-color: #C2808A; }
a { background-color: rgb(194,128,138); }
div.DivClassName
{
background-color: #C2808A;
}
.BgClassName
{
background-color: #C2808A;
}
</style>
border-color css
<style>
span { border-color: #C2808A; }
span { border-color: rgb(194,128,138); }
td.TdClassName
{
border-color: #C2808A;
}
.TagClassName
{
border-color: #C2808A;
}
</style>