Shades of Charm #C36F85
Tints of Charm #C36F85
RGB
CMYK
RGB Variations
Color information
#C36F85 (or 0xC36F85) is known color: Charm. HEX triplet: C3, 6F and 85. RGB value is (195,111,133). Sum of RGB (Red+Green+Blue) = 195+111+133=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36F85 is #3C907A. Grayscale: #8A8A8A. Windows color (decimal): -3969147 or 8744899. OLE color: 8744899.
HSL color Cylindrical-coordinate representation of color #C36F85: hue angle of 344.29º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C36F85 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 133 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.24 |
| HSL | 344.29º | 0.41% | 0.6% | - |
| HSV(B) | 344.29º | 0.43% | 0.76% | - |
| XYZ | 32.42 | 24.66 | 25.24 | - |
| YUV | 138.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 133 | 0 | 0.43 | 0.32 | 0.24 | 344.29 | 0.41 | 0.6 |
| Hex | C3 | 6F | 85 | 0 | 2B | 20 | 18 | 158 | 29 | 3C |
| Octal | 303 | 157 | 205 | 0 | 53 | 40 | 30 | 530 | 51 | 74 |
| Binary | 11000011 | 1101111 | 10000101 | 0 | 101011 | 100000 | 11000 | 101011000 | 101001 | 111100 |
Color Harmonies of #C36F85
Complementary color
Monochromatic Colors of #C36F85
Black with #C36F85
Text Example
Text Example
White with #C36F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F85; }
p { color: rgb(195,111,133); }
H1.HeaderClassName
{
color: #C36F85;
}
.AnyTagClassName
{
color: #C36F85;
}
</style>
background-color css
<style>
a { background-color: #C36F85; }
a { background-color: rgb(195,111,133); }
div.DivClassName
{
background-color: #C36F85;
}
.BgClassName
{
background-color: #C36F85;
}
</style>
border-color css
<style>
span { border-color: #C36F85; }
span { border-color: rgb(195,111,133); }
td.TdClassName
{
border-color: #C36F85;
}
.TagClassName
{
border-color: #C36F85;
}
</style>