Shades of Charm #C08287
Tints of Charm #C08287
RGB
CMYK
RGB Variations
Color information
#C08287 (or 0xC08287) is known color: Charm. HEX triplet: C0, 82 and 87. RGB value is (192,130,135). Sum of RGB (Red+Green+Blue) = 192+130+135=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C08287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08287 is #3F7D78. Grayscale: #959595. Windows color (decimal): -4160889 or 8880832. OLE color: 8880832.
HSL color Cylindrical-coordinate representation of color #C08287: hue angle of 355.16º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08287 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 135 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.25 |
| HSL | 355.16º | 0.33% | 0.63% | - |
| HSV(B) | 355.16º | 0.32% | 0.75% | - |
| XYZ | 34.09 | 28.92 | 26.71 | - |
| YUV | 149.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 135 | 0 | 0.32 | 0.30 | 0.25 | 355.16 | 0.33 | 0.63 |
| Hex | C0 | 82 | 87 | 0 | 20 | 1E | 19 | 163 | 21 | 3F |
| Octal | 300 | 202 | 207 | 0 | 40 | 36 | 31 | 543 | 41 | 77 |
| Binary | 11000000 | 10000010 | 10000111 | 0 | 100000 | 11110 | 11001 | 101100011 | 100001 | 111111 |
Color Harmonies of #C08287
Complementary color
Monochromatic Colors of #C08287
Black with #C08287
Text Example
Text Example
White with #C08287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08287; }
p { color: rgb(192,130,135); }
H1.HeaderClassName
{
color: #C08287;
}
.AnyTagClassName
{
color: #C08287;
}
</style>
background-color css
<style>
a { background-color: #C08287; }
a { background-color: rgb(192,130,135); }
div.DivClassName
{
background-color: #C08287;
}
.BgClassName
{
background-color: #C08287;
}
</style>
border-color css
<style>
span { border-color: #C08287; }
span { border-color: rgb(192,130,135); }
td.TdClassName
{
border-color: #C08287;
}
.TagClassName
{
border-color: #C08287;
}
</style>