Shades of Christine #C36D27
Tints of Christine #C36D27
RGB
CMYK
RGB Variations
Color information
#C36D27 (or 0xC36D27) is known color: Christine. HEX triplet: C3, 6D and 27. RGB value is (195,109,39). Sum of RGB (Red+Green+Blue) = 195+109+39=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36D27 is #3C92D8. Grayscale: #7F7F7F. Windows color (decimal): -3969753 or 2584003. OLE color: 2584003.
HSL color Cylindrical-coordinate representation of color #C36D27: hue angle of 26.92º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C36D27 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 39 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.24 |
| HSL | 26.92º | 0.67% | 0.46% | - |
| HSV(B) | 26.92º | 0.8% | 0.76% | - |
| XYZ | 28.34 | 22.69 | 4.8 | - |
| YUV | 126.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 39 | 0 | 0.44 | 0.80 | 0.24 | 26.92 | 0.67 | 0.46 |
| Hex | C3 | 6D | 27 | 0 | 2C | 50 | 18 | 1B | 43 | 2E |
| Octal | 303 | 155 | 47 | 0 | 54 | 120 | 30 | 33 | 103 | 56 |
| Binary | 11000011 | 1101101 | 100111 | 0 | 101100 | 1010000 | 11000 | 11011 | 1000011 | 101110 |
Color Harmonies of #C36D27
Complementary color
Monochromatic Colors of #C36D27
Black with #C36D27
Text Example
Text Example
White with #C36D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D27; }
p { color: rgb(195,109,39); }
H1.HeaderClassName
{
color: #C36D27;
}
.AnyTagClassName
{
color: #C36D27;
}
</style>
background-color css
<style>
a { background-color: #C36D27; }
a { background-color: rgb(195,109,39); }
div.DivClassName
{
background-color: #C36D27;
}
.BgClassName
{
background-color: #C36D27;
}
</style>
border-color css
<style>
span { border-color: #C36D27; }
span { border-color: rgb(195,109,39); }
td.TdClassName
{
border-color: #C36D27;
}
.TagClassName
{
border-color: #C36D27;
}
</style>