Shades of Christine #C36122
Tints of Christine #C36122
RGB
CMYK
RGB Variations
Color information
#C36122 (or 0xC36122) is known color: Christine. HEX triplet: C3, 61 and 22. RGB value is (195,97,34). Sum of RGB (Red+Green+Blue) = 195+97+34=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C36122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36122 is #3C9EDD. Grayscale: #777777. Windows color (decimal): -3972830 or 2253251. OLE color: 2253251.
HSL color Cylindrical-coordinate representation of color #C36122: hue angle of 23.48º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C36122 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 34 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.24 |
| HSL | 23.48º | 0.7% | 0.45% | - |
| HSV(B) | 23.48º | 0.83% | 0.76% | - |
| XYZ | 27.07 | 20.27 | 4 | - |
| YUV | 119.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 34 | 0 | 0.50 | 0.83 | 0.24 | 23.48 | 0.7 | 0.45 |
| Hex | C3 | 61 | 22 | 0 | 32 | 53 | 18 | 17 | 46 | 2D |
| Octal | 303 | 141 | 42 | 0 | 62 | 123 | 30 | 27 | 106 | 55 |
| Binary | 11000011 | 1100001 | 100010 | 0 | 110010 | 1010011 | 11000 | 10111 | 1000110 | 101101 |
Color Harmonies of #C36122
Complementary color
Monochromatic Colors of #C36122
Black with #C36122
Text Example
Text Example
White with #C36122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36122; }
p { color: rgb(195,97,34); }
H1.HeaderClassName
{
color: #C36122;
}
.AnyTagClassName
{
color: #C36122;
}
</style>
background-color css
<style>
a { background-color: #C36122; }
a { background-color: rgb(195,97,34); }
div.DivClassName
{
background-color: #C36122;
}
.BgClassName
{
background-color: #C36122;
}
</style>
border-color css
<style>
span { border-color: #C36122; }
span { border-color: rgb(195,97,34); }
td.TdClassName
{
border-color: #C36122;
}
.TagClassName
{
border-color: #C36122;
}
</style>