Shades of Christine #C36C2F
Tints of Christine #C36C2F
RGB
CMYK
RGB Variations
Color information
#C36C2F (or 0xC36C2F) is known color: Christine. HEX triplet: C3, 6C and 2F. RGB value is (195,108,47). Sum of RGB (Red+Green+Blue) = 195+108+47=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36C2F is #3C93D0. Grayscale: #7F7F7F. Windows color (decimal): -3970001 or 3108035. OLE color: 3108035.
HSL color Cylindrical-coordinate representation of color #C36C2F: hue angle of 24.73º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C36C2F is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 47 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.24 |
| HSL | 24.73º | 0.61% | 0.47% | - |
| HSV(B) | 24.73º | 0.76% | 0.76% | - |
| XYZ | 28.38 | 22.53 | 5.54 | - |
| YUV | 127.06 | 82.82 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 47 | 0 | 0.45 | 0.76 | 0.24 | 24.73 | 0.61 | 0.47 |
| Hex | C3 | 6C | 2F | 0 | 2D | 4C | 18 | 19 | 3D | 2F |
| Octal | 303 | 154 | 57 | 0 | 55 | 114 | 30 | 31 | 75 | 57 |
| Binary | 11000011 | 1101100 | 101111 | 0 | 101101 | 1001100 | 11000 | 11001 | 111101 | 101111 |
Color Harmonies of #C36C2F
Complementary color
Monochromatic Colors of #C36C2F
Black with #C36C2F
Text Example
Text Example
White with #C36C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C2F; }
p { color: rgb(195,108,47); }
H1.HeaderClassName
{
color: #C36C2F;
}
.AnyTagClassName
{
color: #C36C2F;
}
</style>
background-color css
<style>
a { background-color: #C36C2F; }
a { background-color: rgb(195,108,47); }
div.DivClassName
{
background-color: #C36C2F;
}
.BgClassName
{
background-color: #C36C2F;
}
</style>
border-color css
<style>
span { border-color: #C36C2F; }
span { border-color: rgb(195,108,47); }
td.TdClassName
{
border-color: #C36C2F;
}
.TagClassName
{
border-color: #C36C2F;
}
</style>