Shades of Charm #C28083
Tints of Charm #C28083
RGB
CMYK
RGB Variations
Color information
#C28083 (or 0xC28083) is known color: Charm. HEX triplet: C2, 80 and 83. RGB value is (194,128,131). Sum of RGB (Red+Green+Blue) = 194+128+131=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C28083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28083 is #3D7F7C. Grayscale: #949494. Windows color (decimal): -4030333 or 8618178. OLE color: 8618178.
HSL color Cylindrical-coordinate representation of color #C28083: hue angle of 357.27º 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 #C28083 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 131 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.24 |
| HSL | 357.27º | 0.35% | 0.63% | - |
| HSV(B) | 357.27º | 0.34% | 0.76% | - |
| XYZ | 34.06 | 28.55 | 25.19 | - |
| YUV | 148.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 131 | 0 | 0.34 | 0.32 | 0.24 | 357.27 | 0.35 | 0.63 |
| Hex | C2 | 80 | 83 | 0 | 22 | 20 | 18 | 165 | 23 | 3F |
| Octal | 302 | 200 | 203 | 0 | 42 | 40 | 30 | 545 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10000011 | 0 | 100010 | 100000 | 11000 | 101100101 | 100011 | 111111 |
Color Harmonies of #C28083
Complementary color
Monochromatic Colors of #C28083
Black with #C28083
Text Example
Text Example
White with #C28083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28083; }
p { color: rgb(194,128,131); }
H1.HeaderClassName
{
color: #C28083;
}
.AnyTagClassName
{
color: #C28083;
}
</style>
background-color css
<style>
a { background-color: #C28083; }
a { background-color: rgb(194,128,131); }
div.DivClassName
{
background-color: #C28083;
}
.BgClassName
{
background-color: #C28083;
}
</style>
border-color css
<style>
span { border-color: #C28083; }
span { border-color: rgb(194,128,131); }
td.TdClassName
{
border-color: #C28083;
}
.TagClassName
{
border-color: #C28083;
}
</style>