Shades of Christine #C36934
Tints of Christine #C36934
RGB
CMYK
RGB Variations
Color information
#C36934 (or 0xC36934) is known color: Christine. HEX triplet: C3, 69 and 34. RGB value is (195,105,52). Sum of RGB (Red+Green+Blue) = 195+105+52=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C36934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36934 is #3C96CB. Grayscale: #7E7E7E. Windows color (decimal): -3970764 or 3434947. OLE color: 3434947.
HSL color Cylindrical-coordinate representation of color #C36934: hue angle of 22.24º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C36934 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 52 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.24 |
| HSL | 22.24º | 0.58% | 0.48% | - |
| HSV(B) | 22.24º | 0.73% | 0.76% | - |
| XYZ | 28.18 | 21.95 | 6 | - |
| YUV | 125.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 52 | 0 | 0.46 | 0.73 | 0.24 | 22.24 | 0.58 | 0.48 |
| Hex | C3 | 69 | 34 | 0 | 2E | 49 | 18 | 16 | 3A | 30 |
| Octal | 303 | 151 | 64 | 0 | 56 | 111 | 30 | 26 | 72 | 60 |
| Binary | 11000011 | 1101001 | 110100 | 0 | 101110 | 1001001 | 11000 | 10110 | 111010 | 110000 |
Color Harmonies of #C36934
Complementary color
Monochromatic Colors of #C36934
Black with #C36934
Text Example
Text Example
White with #C36934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36934; }
p { color: rgb(195,105,52); }
H1.HeaderClassName
{
color: #C36934;
}
.AnyTagClassName
{
color: #C36934;
}
</style>
background-color css
<style>
a { background-color: #C36934; }
a { background-color: rgb(195,105,52); }
div.DivClassName
{
background-color: #C36934;
}
.BgClassName
{
background-color: #C36934;
}
</style>
border-color css
<style>
span { border-color: #C36934; }
span { border-color: rgb(195,105,52); }
td.TdClassName
{
border-color: #C36934;
}
.TagClassName
{
border-color: #C36934;
}
</style>