Shades of Charm #C96B80
Tints of Charm #C96B80
RGB
CMYK
RGB Variations
Color information
#C96B80 (or 0xC96B80) is known color: Charm. HEX triplet: C9, 6B and 80. RGB value is (201,107,128). Sum of RGB (Red+Green+Blue) = 201+107+128=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96B80 is #36947F. Grayscale: #898989. Windows color (decimal): -3576960 or 8416201. OLE color: 8416201.
HSL color Cylindrical-coordinate representation of color #C96B80: hue angle of 346.6º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96B80 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 128 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.21 |
| HSL | 346.6º | 0.47% | 0.6% | - |
| HSV(B) | 346.6º | 0.47% | 0.79% | - |
| XYZ | 33.24 | 24.49 | 23.4 | - |
| YUV | 137.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 128 | 0 | 0.47 | 0.36 | 0.21 | 346.6 | 0.47 | 0.6 |
| Hex | C9 | 6B | 80 | 0 | 2F | 24 | 15 | 15B | 2F | 3C |
| Octal | 311 | 153 | 200 | 0 | 57 | 44 | 25 | 533 | 57 | 74 |
| Binary | 11001001 | 1101011 | 10000000 | 0 | 101111 | 100100 | 10101 | 101011011 | 101111 | 111100 |
Color Harmonies of #C96B80
Complementary color
Monochromatic Colors of #C96B80
Black with #C96B80
Text Example
Text Example
White with #C96B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B80; }
p { color: rgb(201,107,128); }
H1.HeaderClassName
{
color: #C96B80;
}
.AnyTagClassName
{
color: #C96B80;
}
</style>
background-color css
<style>
a { background-color: #C96B80; }
a { background-color: rgb(201,107,128); }
div.DivClassName
{
background-color: #C96B80;
}
.BgClassName
{
background-color: #C96B80;
}
</style>
border-color css
<style>
span { border-color: #C96B80; }
span { border-color: rgb(201,107,128); }
td.TdClassName
{
border-color: #C96B80;
}
.TagClassName
{
border-color: #C96B80;
}
</style>