Shades of Charm #C68083
Tints of Charm #C68083
RGB
CMYK
RGB Variations
Color information
#C68083 (or 0xC68083) is known color: Charm. HEX triplet: C6, 80 and 83. RGB value is (198,128,131). Sum of RGB (Red+Green+Blue) = 198+128+131=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C68083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68083 is #397F7C. Grayscale: #959595. Windows color (decimal): -3768189 or 8618182. OLE color: 8618182.
HSL color Cylindrical-coordinate representation of color #C68083: hue angle of 357.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68083 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 131 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.22 |
| HSL | 357.43º | 0.38% | 0.64% | - |
| HSV(B) | 357.43º | 0.35% | 0.78% | - |
| XYZ | 35.1 | 29.08 | 25.24 | - |
| YUV | 149.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 131 | 0 | 0.35 | 0.34 | 0.22 | 357.43 | 0.38 | 0.64 |
| Hex | C6 | 80 | 83 | 0 | 23 | 22 | 16 | 165 | 26 | 40 |
| Octal | 306 | 200 | 203 | 0 | 43 | 42 | 26 | 545 | 46 | 100 |
| Binary | 11000110 | 10000000 | 10000011 | 0 | 100011 | 100010 | 10110 | 101100101 | 100110 | 1000000 |
Color Harmonies of #C68083
Complementary color
Monochromatic Colors of #C68083
Black with #C68083
Text Example
Text Example
White with #C68083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68083; }
p { color: rgb(198,128,131); }
H1.HeaderClassName
{
color: #C68083;
}
.AnyTagClassName
{
color: #C68083;
}
</style>
background-color css
<style>
a { background-color: #C68083; }
a { background-color: rgb(198,128,131); }
div.DivClassName
{
background-color: #C68083;
}
.BgClassName
{
background-color: #C68083;
}
</style>
border-color css
<style>
span { border-color: #C68083; }
span { border-color: rgb(198,128,131); }
td.TdClassName
{
border-color: #C68083;
}
.TagClassName
{
border-color: #C68083;
}
</style>