Shades of Christine #C46525
Tints of Christine #C46525
RGB
CMYK
RGB Variations
Color information
#C46525 (or 0xC46525) is known color: Christine. HEX triplet: C4, 65 and 25. RGB value is (196,101,37). Sum of RGB (Red+Green+Blue) = 196+101+37=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C46525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46525 is #3B9ADA. Grayscale: #7A7A7A. Windows color (decimal): -3906267 or 2450884. OLE color: 2450884.
HSL color Cylindrical-coordinate representation of color #C46525: hue angle of 24.15º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C46525 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 37 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.23 |
| HSL | 24.15º | 0.68% | 0.46% | - |
| HSV(B) | 24.15º | 0.81% | 0.77% | - |
| XYZ | 27.75 | 21.18 | 4.38 | - |
| YUV | 122.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 37 | 0 | 0.48 | 0.81 | 0.23 | 24.15 | 0.68 | 0.46 |
| Hex | C4 | 65 | 25 | 0 | 30 | 51 | 17 | 18 | 44 | 2E |
| Octal | 304 | 145 | 45 | 0 | 60 | 121 | 27 | 30 | 104 | 56 |
| Binary | 11000100 | 1100101 | 100101 | 0 | 110000 | 1010001 | 10111 | 11000 | 1000100 | 101110 |
Color Harmonies of #C46525
Complementary color
Monochromatic Colors of #C46525
Black with #C46525
Text Example
Text Example
White with #C46525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46525; }
p { color: rgb(196,101,37); }
H1.HeaderClassName
{
color: #C46525;
}
.AnyTagClassName
{
color: #C46525;
}
</style>
background-color css
<style>
a { background-color: #C46525; }
a { background-color: rgb(196,101,37); }
div.DivClassName
{
background-color: #C46525;
}
.BgClassName
{
background-color: #C46525;
}
</style>
border-color css
<style>
span { border-color: #C46525; }
span { border-color: rgb(196,101,37); }
td.TdClassName
{
border-color: #C46525;
}
.TagClassName
{
border-color: #C46525;
}
</style>