Shades of Christine #C36528
Tints of Christine #C36528
RGB
CMYK
RGB Variations
Color information
#C36528 (or 0xC36528) is known color: Christine. HEX triplet: C3, 65 and 28. RGB value is (195,101,40). Sum of RGB (Red+Green+Blue) = 195+101+40=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C36528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36528 is #3C9AD7. Grayscale: #7A7A7A. Windows color (decimal): -3971800 or 2647491. OLE color: 2647491.
HSL color Cylindrical-coordinate representation of color #C36528: hue angle of 23.61º degrees, saturation: 0.66, 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 #C36528 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 40 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.24 |
| HSL | 23.61º | 0.66% | 0.46% | - |
| HSV(B) | 23.61º | 0.79% | 0.76% | - |
| XYZ | 27.54 | 21.06 | 4.62 | - |
| YUV | 122.15 | 81.64 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 40 | 0 | 0.48 | 0.79 | 0.24 | 23.61 | 0.66 | 0.46 |
| Hex | C3 | 65 | 28 | 0 | 30 | 4F | 18 | 18 | 42 | 2E |
| Octal | 303 | 145 | 50 | 0 | 60 | 117 | 30 | 30 | 102 | 56 |
| Binary | 11000011 | 1100101 | 101000 | 0 | 110000 | 1001111 | 11000 | 11000 | 1000010 | 101110 |
Color Harmonies of #C36528
Complementary color
Monochromatic Colors of #C36528
Black with #C36528
Text Example
Text Example
White with #C36528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36528; }
p { color: rgb(195,101,40); }
H1.HeaderClassName
{
color: #C36528;
}
.AnyTagClassName
{
color: #C36528;
}
</style>
background-color css
<style>
a { background-color: #C36528; }
a { background-color: rgb(195,101,40); }
div.DivClassName
{
background-color: #C36528;
}
.BgClassName
{
background-color: #C36528;
}
</style>
border-color css
<style>
span { border-color: #C36528; }
span { border-color: rgb(195,101,40); }
td.TdClassName
{
border-color: #C36528;
}
.TagClassName
{
border-color: #C36528;
}
</style>