Shades of Charm #C36F7F
Tints of Charm #C36F7F
RGB
CMYK
RGB Variations
Color information
#C36F7F (or 0xC36F7F) is known color: Charm. HEX triplet: C3, 6F and 7F. RGB value is (195,111,127). Sum of RGB (Red+Green+Blue) = 195+111+127=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F7F is #3C9080. Grayscale: #898989. Windows color (decimal): -3969153 or 8351683. OLE color: 8351683.
HSL color Cylindrical-coordinate representation of color #C36F7F: hue angle of 348.57º 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 #C36F7F is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 127 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.24 |
| HSL | 348.57º | 0.41% | 0.6% | - |
| HSV(B) | 348.57º | 0.43% | 0.76% | - |
| XYZ | 32.02 | 24.5 | 23.12 | - |
| YUV | 137.94 | 121.83 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 127 | 0 | 0.43 | 0.35 | 0.24 | 348.57 | 0.41 | 0.6 |
| Hex | C3 | 6F | 7F | 0 | 2B | 23 | 18 | 15D | 29 | 3C |
| Octal | 303 | 157 | 177 | 0 | 53 | 43 | 30 | 535 | 51 | 74 |
| Binary | 11000011 | 1101111 | 1111111 | 0 | 101011 | 100011 | 11000 | 101011101 | 101001 | 111100 |
Color Harmonies of #C36F7F
Complementary color
Monochromatic Colors of #C36F7F
Black with #C36F7F
Text Example
Text Example
White with #C36F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F7F; }
p { color: rgb(195,111,127); }
H1.HeaderClassName
{
color: #C36F7F;
}
.AnyTagClassName
{
color: #C36F7F;
}
</style>
background-color css
<style>
a { background-color: #C36F7F; }
a { background-color: rgb(195,111,127); }
div.DivClassName
{
background-color: #C36F7F;
}
.BgClassName
{
background-color: #C36F7F;
}
</style>
border-color css
<style>
span { border-color: #C36F7F; }
span { border-color: rgb(195,111,127); }
td.TdClassName
{
border-color: #C36F7F;
}
.TagClassName
{
border-color: #C36F7F;
}
</style>