Shades of Charm #C68283
Tints of Charm #C68283
RGB
CMYK
RGB Variations
Color information
#C68283 (or 0xC68283) is known color: Charm. HEX triplet: C6, 82 and 83. RGB value is (198,130,131). Sum of RGB (Red+Green+Blue) = 198+130+131=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C68283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68283 is #397D7C. Grayscale: #969696. Windows color (decimal): -3767677 or 8618694. OLE color: 8618694.
HSL color Cylindrical-coordinate representation of color #C68283: hue angle of 359.12º 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 #C68283 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 131 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.22 |
| HSL | 359.12º | 0.37% | 0.64% | - |
| HSV(B) | 359.12º | 0.34% | 0.78% | - |
| XYZ | 35.37 | 29.61 | 25.32 | - |
| YUV | 150.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 131 | 0 | 0.34 | 0.34 | 0.22 | 359.12 | 0.37 | 0.64 |
| Hex | C6 | 82 | 83 | 0 | 22 | 22 | 16 | 167 | 25 | 40 |
| Octal | 306 | 202 | 203 | 0 | 42 | 42 | 26 | 547 | 45 | 100 |
| Binary | 11000110 | 10000010 | 10000011 | 0 | 100010 | 100010 | 10110 | 101100111 | 100101 | 1000000 |
Color Harmonies of #C68283
Complementary color
Monochromatic Colors of #C68283
Black with #C68283
Text Example
Text Example
White with #C68283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68283; }
p { color: rgb(198,130,131); }
H1.HeaderClassName
{
color: #C68283;
}
.AnyTagClassName
{
color: #C68283;
}
</style>
background-color css
<style>
a { background-color: #C68283; }
a { background-color: rgb(198,130,131); }
div.DivClassName
{
background-color: #C68283;
}
.BgClassName
{
background-color: #C68283;
}
</style>
border-color css
<style>
span { border-color: #C68283; }
span { border-color: rgb(198,130,131); }
td.TdClassName
{
border-color: #C68283;
}
.TagClassName
{
border-color: #C68283;
}
</style>