Shades of Christine #C4622F
Tints of Christine #C4622F
RGB
CMYK
RGB Variations
Color information
#C4622F (or 0xC4622F) is known color: Christine. HEX triplet: C4, 62 and 2F. RGB value is (196,98,47). Sum of RGB (Red+Green+Blue) = 196+98+47=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4622F is #3B9DD0. Grayscale: #797979. Windows color (decimal): -3907025 or 3105476. OLE color: 3105476.
HSL color Cylindrical-coordinate representation of color #C4622F: hue angle of 20.54º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4622F is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 47 | - |
| CMYK | 0 | 0.5 | 0.76 | 0.23 |
| HSL | 20.54º | 0.61% | 0.48% | - |
| HSV(B) | 20.54º | 0.76% | 0.77% | - |
| XYZ | 27.65 | 20.68 | 5.22 | - |
| YUV | 121.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 47 | 0 | 0.5 | 0.76 | 0.23 | 20.54 | 0.61 | 0.48 |
| Hex | C4 | 62 | 2F | 0 | 32 | 4C | 17 | 15 | 3D | 30 |
| Octal | 304 | 142 | 57 | 0 | 62 | 114 | 27 | 25 | 75 | 60 |
| Binary | 11000100 | 1100010 | 101111 | 0 | 110010 | 1001100 | 10111 | 10101 | 111101 | 110000 |
Color Harmonies of #C4622F
Complementary color
Monochromatic Colors of #C4622F
Black with #C4622F
Text Example
Text Example
White with #C4622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4622F; }
p { color: rgb(196,98,47); }
H1.HeaderClassName
{
color: #C4622F;
}
.AnyTagClassName
{
color: #C4622F;
}
</style>
background-color css
<style>
a { background-color: #C4622F; }
a { background-color: rgb(196,98,47); }
div.DivClassName
{
background-color: #C4622F;
}
.BgClassName
{
background-color: #C4622F;
}
</style>
border-color css
<style>
span { border-color: #C4622F; }
span { border-color: rgb(196,98,47); }
td.TdClassName
{
border-color: #C4622F;
}
.TagClassName
{
border-color: #C4622F;
}
</style>