Shades of Charm #C68081
Tints of Charm #C68081
RGB
CMYK
RGB Variations
Color information
#C68081 (or 0xC68081) is known color: Charm. HEX triplet: C6, 80 and 81. RGB value is (198,128,129). Sum of RGB (Red+Green+Blue) = 198+128+129=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C68081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68081 is #397F7E. Grayscale: #959595. Windows color (decimal): -3768191 or 8487110. OLE color: 8487110.
HSL color Cylindrical-coordinate representation of color #C68081: hue angle of 359.14º 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 #C68081 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 129 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.22 |
| HSL | 359.14º | 0.38% | 0.64% | - |
| HSV(B) | 359.14º | 0.35% | 0.78% | - |
| XYZ | 34.97 | 29.03 | 24.53 | - |
| YUV | 149.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 129 | 0 | 0.35 | 0.35 | 0.22 | 359.14 | 0.38 | 0.64 |
| Hex | C6 | 80 | 81 | 0 | 23 | 23 | 16 | 167 | 26 | 40 |
| Octal | 306 | 200 | 201 | 0 | 43 | 43 | 26 | 547 | 46 | 100 |
| Binary | 11000110 | 10000000 | 10000001 | 0 | 100011 | 100011 | 10110 | 101100111 | 100110 | 1000000 |
Color Harmonies of #C68081
Complementary color
Monochromatic Colors of #C68081
Black with #C68081
Text Example
Text Example
White with #C68081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68081; }
p { color: rgb(198,128,129); }
H1.HeaderClassName
{
color: #C68081;
}
.AnyTagClassName
{
color: #C68081;
}
</style>
background-color css
<style>
a { background-color: #C68081; }
a { background-color: rgb(198,128,129); }
div.DivClassName
{
background-color: #C68081;
}
.BgClassName
{
background-color: #C68081;
}
</style>
border-color css
<style>
span { border-color: #C68081; }
span { border-color: rgb(198,128,129); }
td.TdClassName
{
border-color: #C68081;
}
.TagClassName
{
border-color: #C68081;
}
</style>