Shades of Christine #C3631F
Tints of Christine #C3631F
RGB
CMYK
RGB Variations
Color information
#C3631F (or 0xC3631F) is known color: Christine. HEX triplet: C3, 63 and 1F. RGB value is (195,99,31). Sum of RGB (Red+Green+Blue) = 195+99+31=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C3631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3631F is #3C9CE0. Grayscale: #787878. Windows color (decimal): -3972321 or 2057155. OLE color: 2057155.
HSL color Cylindrical-coordinate representation of color #C3631F: hue angle of 24.88º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3631F is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 31 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.24 |
| HSL | 24.88º | 0.73% | 0.44% | - |
| HSV(B) | 24.88º | 0.84% | 0.76% | - |
| XYZ | 27.21 | 20.62 | 3.84 | - |
| YUV | 119.95 | 77.8 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 31 | 0 | 0.49 | 0.84 | 0.24 | 24.88 | 0.73 | 0.44 |
| Hex | C3 | 63 | 1F | 0 | 31 | 54 | 18 | 19 | 49 | 2C |
| Octal | 303 | 143 | 37 | 0 | 61 | 124 | 30 | 31 | 111 | 54 |
| Binary | 11000011 | 1100011 | 11111 | 0 | 110001 | 1010100 | 11000 | 11001 | 1001001 | 101100 |
Color Harmonies of #C3631F
Complementary color
Monochromatic Colors of #C3631F
Black with #C3631F
Text Example
Text Example
White with #C3631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3631F; }
p { color: rgb(195,99,31); }
H1.HeaderClassName
{
color: #C3631F;
}
.AnyTagClassName
{
color: #C3631F;
}
</style>
background-color css
<style>
a { background-color: #C3631F; }
a { background-color: rgb(195,99,31); }
div.DivClassName
{
background-color: #C3631F;
}
.BgClassName
{
background-color: #C3631F;
}
</style>
border-color css
<style>
span { border-color: #C3631F; }
span { border-color: rgb(195,99,31); }
td.TdClassName
{
border-color: #C3631F;
}
.TagClassName
{
border-color: #C3631F;
}
</style>