Shades of Christine #C36925
Tints of Christine #C36925
RGB
CMYK
RGB Variations
Color information
#C36925 (or 0xC36925) is known color: Christine. HEX triplet: C3, 69 and 25. RGB value is (195,105,37). Sum of RGB (Red+Green+Blue) = 195+105+37=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C36925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36925 is #3C96DA. Grayscale: #7C7C7C. Windows color (decimal): -3970779 or 2451907. OLE color: 2451907.
HSL color Cylindrical-coordinate representation of color #C36925: hue angle of 25.82º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C36925 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 37 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.24 |
| HSL | 25.82º | 0.68% | 0.45% | - |
| HSV(B) | 25.82º | 0.81% | 0.76% | - |
| XYZ | 27.89 | 21.84 | 4.5 | - |
| YUV | 124.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 37 | 0 | 0.46 | 0.81 | 0.24 | 25.82 | 0.68 | 0.45 |
| Hex | C3 | 69 | 25 | 0 | 2E | 51 | 18 | 1A | 44 | 2D |
| Octal | 303 | 151 | 45 | 0 | 56 | 121 | 30 | 32 | 104 | 55 |
| Binary | 11000011 | 1101001 | 100101 | 0 | 101110 | 1010001 | 11000 | 11010 | 1000100 | 101101 |
Color Harmonies of #C36925
Complementary color
Monochromatic Colors of #C36925
Black with #C36925
Text Example
Text Example
White with #C36925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36925; }
p { color: rgb(195,105,37); }
H1.HeaderClassName
{
color: #C36925;
}
.AnyTagClassName
{
color: #C36925;
}
</style>
background-color css
<style>
a { background-color: #C36925; }
a { background-color: rgb(195,105,37); }
div.DivClassName
{
background-color: #C36925;
}
.BgClassName
{
background-color: #C36925;
}
</style>
border-color css
<style>
span { border-color: #C36925; }
span { border-color: rgb(195,105,37); }
td.TdClassName
{
border-color: #C36925;
}
.TagClassName
{
border-color: #C36925;
}
</style>