Shades of Charm #C96B83
Tints of Charm #C96B83
RGB
CMYK
RGB Variations
Color information
#C96B83 (or 0xC96B83) is known color: Charm. HEX triplet: C9, 6B and 83. RGB value is (201,107,131). Sum of RGB (Red+Green+Blue) = 201+107+131=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96B83 is #36947C. Grayscale: #898989. Windows color (decimal): -3576957 or 8612809. OLE color: 8612809.
HSL color Cylindrical-coordinate representation of color #C96B83: hue angle of 344.68º 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 #C96B83 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 131 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.21 |
| HSL | 344.68º | 0.47% | 0.6% | - |
| HSV(B) | 344.68º | 0.47% | 0.79% | - |
| XYZ | 33.44 | 24.57 | 24.45 | - |
| YUV | 137.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 131 | 0 | 0.47 | 0.35 | 0.21 | 344.68 | 0.47 | 0.6 |
| Hex | C9 | 6B | 83 | 0 | 2F | 23 | 15 | 159 | 2F | 3C |
| Octal | 311 | 153 | 203 | 0 | 57 | 43 | 25 | 531 | 57 | 74 |
| Binary | 11001001 | 1101011 | 10000011 | 0 | 101111 | 100011 | 10101 | 101011001 | 101111 | 111100 |
Color Harmonies of #C96B83
Complementary color
Monochromatic Colors of #C96B83
Black with #C96B83
Text Example
Text Example
White with #C96B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B83; }
p { color: rgb(201,107,131); }
H1.HeaderClassName
{
color: #C96B83;
}
.AnyTagClassName
{
color: #C96B83;
}
</style>
background-color css
<style>
a { background-color: #C96B83; }
a { background-color: rgb(201,107,131); }
div.DivClassName
{
background-color: #C96B83;
}
.BgClassName
{
background-color: #C96B83;
}
</style>
border-color css
<style>
span { border-color: #C96B83; }
span { border-color: rgb(201,107,131); }
td.TdClassName
{
border-color: #C96B83;
}
.TagClassName
{
border-color: #C96B83;
}
</style>