Shades of Charm #C68288
Tints of Charm #C68288
RGB
CMYK
RGB Variations
Color information
#C68288 (or 0xC68288) is known color: Charm. HEX triplet: C6, 82 and 88. RGB value is (198,130,136). Sum of RGB (Red+Green+Blue) = 198+130+136=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C68288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68288 is #397D77. Grayscale: #979797. Windows color (decimal): -3767672 or 8946374. OLE color: 8946374.
HSL color Cylindrical-coordinate representation of color #C68288: hue angle of 354.71º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C68288 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 136 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.22 |
| HSL | 354.71º | 0.37% | 0.64% | - |
| HSV(B) | 354.71º | 0.34% | 0.78% | - |
| XYZ | 35.72 | 29.75 | 27.15 | - |
| YUV | 151.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 136 | 0 | 0.34 | 0.31 | 0.22 | 354.71 | 0.37 | 0.64 |
| Hex | C6 | 82 | 88 | 0 | 22 | 1F | 16 | 163 | 25 | 40 |
| Octal | 306 | 202 | 210 | 0 | 42 | 37 | 26 | 543 | 45 | 100 |
| Binary | 11000110 | 10000010 | 10001000 | 0 | 100010 | 11111 | 10110 | 101100011 | 100101 | 1000000 |
Color Harmonies of #C68288
Complementary color
Monochromatic Colors of #C68288
Black with #C68288
Text Example
Text Example
White with #C68288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68288; }
p { color: rgb(198,130,136); }
H1.HeaderClassName
{
color: #C68288;
}
.AnyTagClassName
{
color: #C68288;
}
</style>
background-color css
<style>
a { background-color: #C68288; }
a { background-color: rgb(198,130,136); }
div.DivClassName
{
background-color: #C68288;
}
.BgClassName
{
background-color: #C68288;
}
</style>
border-color css
<style>
span { border-color: #C68288; }
span { border-color: rgb(198,130,136); }
td.TdClassName
{
border-color: #C68288;
}
.TagClassName
{
border-color: #C68288;
}
</style>