Shades of Christine #C35A20
Tints of Christine #C35A20
RGB
CMYK
RGB Variations
Color information
#C35A20 (or 0xC35A20) is known color: Christine. HEX triplet: C3, 5A and 20. RGB value is (195,90,32). Sum of RGB (Red+Green+Blue) = 195+90+32=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A20 is #3CA5DF. Grayscale: #737373. Windows color (decimal): -3974624 or 2120387. OLE color: 2120387.
HSL color Cylindrical-coordinate representation of color #C35A20: hue angle of 21.35º 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 #C35A20 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 32 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.24 |
| HSL | 21.35º | 0.72% | 0.45% | - |
| HSV(B) | 21.35º | 0.84% | 0.76% | - |
| XYZ | 26.42 | 19.02 | 3.64 | - |
| YUV | 114.78 | 81.29 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 32 | 0 | 0.54 | 0.84 | 0.24 | 21.35 | 0.72 | 0.45 |
| Hex | C3 | 5A | 20 | 0 | 36 | 54 | 18 | 15 | 48 | 2D |
| Octal | 303 | 132 | 40 | 0 | 66 | 124 | 30 | 25 | 110 | 55 |
| Binary | 11000011 | 1011010 | 100000 | 0 | 110110 | 1010100 | 11000 | 10101 | 1001000 | 101101 |
Color Harmonies of #C35A20
Complementary color
Monochromatic Colors of #C35A20
Black with #C35A20
Text Example
Text Example
White with #C35A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A20; }
p { color: rgb(195,90,32); }
H1.HeaderClassName
{
color: #C35A20;
}
.AnyTagClassName
{
color: #C35A20;
}
</style>
background-color css
<style>
a { background-color: #C35A20; }
a { background-color: rgb(195,90,32); }
div.DivClassName
{
background-color: #C35A20;
}
.BgClassName
{
background-color: #C35A20;
}
</style>
border-color css
<style>
span { border-color: #C35A20; }
span { border-color: rgb(195,90,32); }
td.TdClassName
{
border-color: #C35A20;
}
.TagClassName
{
border-color: #C35A20;
}
</style>