Shades of Christine #C36130
Tints of Christine #C36130
RGB
CMYK
RGB Variations
Color information
#C36130 (or 0xC36130) is known color: Christine. HEX triplet: C3, 61 and 30. RGB value is (195,97,48). Sum of RGB (Red+Green+Blue) = 195+97+48=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C36130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36130 is #3C9ECF. Grayscale: #797979. Windows color (decimal): -3972816 or 3170755. OLE color: 3170755.
HSL color Cylindrical-coordinate representation of color #C36130: hue angle of 20º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C36130 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 48 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.24 |
| HSL | 20º | 0.6% | 0.48% | - |
| HSV(B) | 20º | 0.75% | 0.76% | - |
| XYZ | 27.31 | 20.36 | 5.29 | - |
| YUV | 120.72 | 86.97 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 48 | 0 | 0.50 | 0.75 | 0.24 | 20 | 0.6 | 0.48 |
| Hex | C3 | 61 | 30 | 0 | 32 | 4B | 18 | 14 | 3C | 30 |
| Octal | 303 | 141 | 60 | 0 | 62 | 113 | 30 | 24 | 74 | 60 |
| Binary | 11000011 | 1100001 | 110000 | 0 | 110010 | 1001011 | 11000 | 10100 | 111100 | 110000 |
Color Harmonies of #C36130
Complementary color
Monochromatic Colors of #C36130
Black with #C36130
Text Example
Text Example
White with #C36130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36130; }
p { color: rgb(195,97,48); }
H1.HeaderClassName
{
color: #C36130;
}
.AnyTagClassName
{
color: #C36130;
}
</style>
background-color css
<style>
a { background-color: #C36130; }
a { background-color: rgb(195,97,48); }
div.DivClassName
{
background-color: #C36130;
}
.BgClassName
{
background-color: #C36130;
}
</style>
border-color css
<style>
span { border-color: #C36130; }
span { border-color: rgb(195,97,48); }
td.TdClassName
{
border-color: #C36130;
}
.TagClassName
{
border-color: #C36130;
}
</style>