Shades of Christine #C46625
Tints of Christine #C46625
RGB
CMYK
RGB Variations
Color information
#C46625 (or 0xC46625) is known color: Christine. HEX triplet: C4, 66 and 25. RGB value is (196,102,37). Sum of RGB (Red+Green+Blue) = 196+102+37=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C46625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46625 is #3B99DA. Grayscale: #7B7B7B. Windows color (decimal): -3906011 or 2451140. OLE color: 2451140.
HSL color Cylindrical-coordinate representation of color #C46625: hue angle of 24.53º 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 #C46625 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 37 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.23 |
| HSL | 24.53º | 0.68% | 0.46% | - |
| HSV(B) | 24.53º | 0.81% | 0.77% | - |
| XYZ | 27.85 | 21.37 | 4.41 | - |
| YUV | 122.7 | 79.64 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 37 | 0 | 0.48 | 0.81 | 0.23 | 24.53 | 0.68 | 0.46 |
| Hex | C4 | 66 | 25 | 0 | 30 | 51 | 17 | 19 | 44 | 2E |
| Octal | 304 | 146 | 45 | 0 | 60 | 121 | 27 | 31 | 104 | 56 |
| Binary | 11000100 | 1100110 | 100101 | 0 | 110000 | 1010001 | 10111 | 11001 | 1000100 | 101110 |
Color Harmonies of #C46625
Complementary color
Monochromatic Colors of #C46625
Black with #C46625
Text Example
Text Example
White with #C46625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46625; }
p { color: rgb(196,102,37); }
H1.HeaderClassName
{
color: #C46625;
}
.AnyTagClassName
{
color: #C46625;
}
</style>
background-color css
<style>
a { background-color: #C46625; }
a { background-color: rgb(196,102,37); }
div.DivClassName
{
background-color: #C46625;
}
.BgClassName
{
background-color: #C46625;
}
</style>
border-color css
<style>
span { border-color: #C46625; }
span { border-color: rgb(196,102,37); }
td.TdClassName
{
border-color: #C46625;
}
.TagClassName
{
border-color: #C46625;
}
</style>