Shades of Charm #C68284
Tints of Charm #C68284
RGB
CMYK
RGB Variations
Color information
#C68284 (or 0xC68284) is known color: Charm. HEX triplet: C6, 82 and 84. RGB value is (198,130,132). Sum of RGB (Red+Green+Blue) = 198+130+132=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C68284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68284 is #397D7B. Grayscale: #969696. Windows color (decimal): -3767676 or 8684230. OLE color: 8684230.
HSL color Cylindrical-coordinate representation of color #C68284: hue angle of 358.24º 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 #C68284 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 132 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.22 |
| HSL | 358.24º | 0.37% | 0.64% | - |
| HSV(B) | 358.24º | 0.34% | 0.78% | - |
| XYZ | 35.44 | 29.64 | 25.68 | - |
| YUV | 150.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 132 | 0 | 0.34 | 0.33 | 0.22 | 358.24 | 0.37 | 0.64 |
| Hex | C6 | 82 | 84 | 0 | 22 | 21 | 16 | 166 | 25 | 40 |
| Octal | 306 | 202 | 204 | 0 | 42 | 41 | 26 | 546 | 45 | 100 |
| Binary | 11000110 | 10000010 | 10000100 | 0 | 100010 | 100001 | 10110 | 101100110 | 100101 | 1000000 |
Color Harmonies of #C68284
Complementary color
Monochromatic Colors of #C68284
Black with #C68284
Text Example
Text Example
White with #C68284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68284; }
p { color: rgb(198,130,132); }
H1.HeaderClassName
{
color: #C68284;
}
.AnyTagClassName
{
color: #C68284;
}
</style>
background-color css
<style>
a { background-color: #C68284; }
a { background-color: rgb(198,130,132); }
div.DivClassName
{
background-color: #C68284;
}
.BgClassName
{
background-color: #C68284;
}
</style>
border-color css
<style>
span { border-color: #C68284; }
span { border-color: rgb(198,130,132); }
td.TdClassName
{
border-color: #C68284;
}
.TagClassName
{
border-color: #C68284;
}
</style>