Shades of Christine #C4581F
Tints of Christine #C4581F
RGB
CMYK
RGB Variations
Color information
#C4581F (or 0xC4581F) is known color: Christine. HEX triplet: C4, 58 and 1F. RGB value is (196,88,31). Sum of RGB (Red+Green+Blue) = 196+88+31=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C4581F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4581F is #3BA7E0. Grayscale: #727272. Windows color (decimal): -3909601 or 2054340. OLE color: 2054340.
HSL color Cylindrical-coordinate representation of color #C4581F: hue angle of 20.73º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4581F is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 31 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.23 |
| HSL | 20.73º | 0.73% | 0.45% | - |
| HSV(B) | 20.73º | 0.84% | 0.77% | - |
| XYZ | 26.5 | 18.81 | 3.53 | - |
| YUV | 113.79 | 81.28 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 31 | 0 | 0.55 | 0.84 | 0.23 | 20.73 | 0.73 | 0.45 |
| Hex | C4 | 58 | 1F | 0 | 37 | 54 | 17 | 15 | 49 | 2D |
| Octal | 304 | 130 | 37 | 0 | 67 | 124 | 27 | 25 | 111 | 55 |
| Binary | 11000100 | 1011000 | 11111 | 0 | 110111 | 1010100 | 10111 | 10101 | 1001001 | 101101 |
Color Harmonies of #C4581F
Complementary color
Monochromatic Colors of #C4581F
Black with #C4581F
Text Example
Text Example
White with #C4581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4581F; }
p { color: rgb(196,88,31); }
H1.HeaderClassName
{
color: #C4581F;
}
.AnyTagClassName
{
color: #C4581F;
}
</style>
background-color css
<style>
a { background-color: #C4581F; }
a { background-color: rgb(196,88,31); }
div.DivClassName
{
background-color: #C4581F;
}
.BgClassName
{
background-color: #C4581F;
}
</style>
border-color css
<style>
span { border-color: #C4581F; }
span { border-color: rgb(196,88,31); }
td.TdClassName
{
border-color: #C4581F;
}
.TagClassName
{
border-color: #C4581F;
}
</style>