Shades of Christine #C35F20
Tints of Christine #C35F20
RGB
CMYK
RGB Variations
Color information
#C35F20 (or 0xC35F20) is known color: Christine. HEX triplet: C3, 5F and 20. RGB value is (195,95,32). Sum of RGB (Red+Green+Blue) = 195+95+32=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35F20 is #3CA0DF. Grayscale: #767676. Windows color (decimal): -3973344 or 2121667. OLE color: 2121667.
HSL color Cylindrical-coordinate representation of color #C35F20: hue angle of 23.19º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C35F20 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 95 | 32 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.24 |
| HSL | 23.19º | 0.72% | 0.45% | - |
| HSV(B) | 23.19º | 0.84% | 0.76% | - |
| XYZ | 26.86 | 19.89 | 3.79 | - |
| YUV | 117.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 32 | 0 | 0.51 | 0.84 | 0.24 | 23.19 | 0.72 | 0.45 |
| Hex | C3 | 5F | 20 | 0 | 33 | 54 | 18 | 17 | 48 | 2D |
| Octal | 303 | 137 | 40 | 0 | 63 | 124 | 30 | 27 | 110 | 55 |
| Binary | 11000011 | 1011111 | 100000 | 0 | 110011 | 1010100 | 11000 | 10111 | 1001000 | 101101 |
Color Harmonies of #C35F20
Complementary color
Monochromatic Colors of #C35F20
Black with #C35F20
Text Example
Text Example
White with #C35F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35F20; }
p { color: rgb(195,95,32); }
H1.HeaderClassName
{
color: #C35F20;
}
.AnyTagClassName
{
color: #C35F20;
}
</style>
background-color css
<style>
a { background-color: #C35F20; }
a { background-color: rgb(195,95,32); }
div.DivClassName
{
background-color: #C35F20;
}
.BgClassName
{
background-color: #C35F20;
}
</style>
border-color css
<style>
span { border-color: #C35F20; }
span { border-color: rgb(195,95,32); }
td.TdClassName
{
border-color: #C35F20;
}
.TagClassName
{
border-color: #C35F20;
}
</style>