Shades of Charm #C0808A
Tints of Charm #C0808A
RGB
CMYK
RGB Variations
Color information
#C0808A (or 0xC0808A) is known color: Charm. HEX triplet: C0, 80 and 8A. RGB value is (192,128,138). Sum of RGB (Red+Green+Blue) = 192+128+138=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C0808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0808A is #3F7F75. Grayscale: #949494. Windows color (decimal): -4161398 or 9076928. OLE color: 9076928.
HSL color Cylindrical-coordinate representation of color #C0808A: hue angle of 350.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0808A is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 138 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.25 |
| HSL | 350.63º | 0.34% | 0.63% | - |
| HSV(B) | 350.63º | 0.33% | 0.75% | - |
| XYZ | 34.04 | 28.48 | 27.75 | - |
| YUV | 148.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 138 | 0 | 0.33 | 0.28 | 0.25 | 350.63 | 0.34 | 0.63 |
| Hex | C0 | 80 | 8A | 0 | 21 | 1C | 19 | 15F | 22 | 3F |
| Octal | 300 | 200 | 212 | 0 | 41 | 34 | 31 | 537 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10001010 | 0 | 100001 | 11100 | 11001 | 101011111 | 100010 | 111111 |
Color Harmonies of #C0808A
Complementary color
Monochromatic Colors of #C0808A
Black with #C0808A
Text Example
Text Example
White with #C0808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0808A; }
p { color: rgb(192,128,138); }
H1.HeaderClassName
{
color: #C0808A;
}
.AnyTagClassName
{
color: #C0808A;
}
</style>
background-color css
<style>
a { background-color: #C0808A; }
a { background-color: rgb(192,128,138); }
div.DivClassName
{
background-color: #C0808A;
}
.BgClassName
{
background-color: #C0808A;
}
</style>
border-color css
<style>
span { border-color: #C0808A; }
span { border-color: rgb(192,128,138); }
td.TdClassName
{
border-color: #C0808A;
}
.TagClassName
{
border-color: #C0808A;
}
</style>