Shades of Christine #C36529
Tints of Christine #C36529
RGB
CMYK
RGB Variations
Color information
#C36529 (or 0xC36529) is known color: Christine. HEX triplet: C3, 65 and 29. RGB value is (195,101,41). Sum of RGB (Red+Green+Blue) = 195+101+41=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C36529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36529 is #3C9AD6. Grayscale: #7A7A7A. Windows color (decimal): -3971799 or 2713027. OLE color: 2713027.
HSL color Cylindrical-coordinate representation of color #C36529: hue angle of 23.38º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C36529 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 41 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.24 |
| HSL | 23.38º | 0.65% | 0.46% | - |
| HSV(B) | 23.38º | 0.79% | 0.76% | - |
| XYZ | 27.56 | 21.07 | 4.71 | - |
| YUV | 122.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 41 | 0 | 0.48 | 0.79 | 0.24 | 23.38 | 0.65 | 0.46 |
| Hex | C3 | 65 | 29 | 0 | 30 | 4F | 18 | 17 | 41 | 2E |
| Octal | 303 | 145 | 51 | 0 | 60 | 117 | 30 | 27 | 101 | 56 |
| Binary | 11000011 | 1100101 | 101001 | 0 | 110000 | 1001111 | 11000 | 10111 | 1000001 | 101110 |
Color Harmonies of #C36529
Complementary color
Monochromatic Colors of #C36529
Black with #C36529
Text Example
Text Example
White with #C36529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36529; }
p { color: rgb(195,101,41); }
H1.HeaderClassName
{
color: #C36529;
}
.AnyTagClassName
{
color: #C36529;
}
</style>
background-color css
<style>
a { background-color: #C36529; }
a { background-color: rgb(195,101,41); }
div.DivClassName
{
background-color: #C36529;
}
.BgClassName
{
background-color: #C36529;
}
</style>
border-color css
<style>
span { border-color: #C36529; }
span { border-color: rgb(195,101,41); }
td.TdClassName
{
border-color: #C36529;
}
.TagClassName
{
border-color: #C36529;
}
</style>