Shades of Christine #C35C20
Tints of Christine #C35C20
RGB
CMYK
RGB Variations
Color information
#C35C20 (or 0xC35C20) is known color: Christine. HEX triplet: C3, 5C and 20. RGB value is (195,92,32). Sum of RGB (Red+Green+Blue) = 195+92+32=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C20 is #3CA3DF. Grayscale: #747474. Windows color (decimal): -3974112 or 2120899. OLE color: 2120899.
HSL color Cylindrical-coordinate representation of color #C35C20: hue angle of 22.09º 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 #C35C20 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 32 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.24 |
| HSL | 22.09º | 0.72% | 0.45% | - |
| HSV(B) | 22.09º | 0.84% | 0.76% | - |
| XYZ | 26.59 | 19.36 | 3.7 | - |
| YUV | 115.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 32 | 0 | 0.53 | 0.84 | 0.24 | 22.09 | 0.72 | 0.45 |
| Hex | C3 | 5C | 20 | 0 | 35 | 54 | 18 | 16 | 48 | 2D |
| Octal | 303 | 134 | 40 | 0 | 65 | 124 | 30 | 26 | 110 | 55 |
| Binary | 11000011 | 1011100 | 100000 | 0 | 110101 | 1010100 | 11000 | 10110 | 1001000 | 101101 |
Color Harmonies of #C35C20
Complementary color
Monochromatic Colors of #C35C20
Black with #C35C20
Text Example
Text Example
White with #C35C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C20; }
p { color: rgb(195,92,32); }
H1.HeaderClassName
{
color: #C35C20;
}
.AnyTagClassName
{
color: #C35C20;
}
</style>
background-color css
<style>
a { background-color: #C35C20; }
a { background-color: rgb(195,92,32); }
div.DivClassName
{
background-color: #C35C20;
}
.BgClassName
{
background-color: #C35C20;
}
</style>
border-color css
<style>
span { border-color: #C35C20; }
span { border-color: rgb(195,92,32); }
td.TdClassName
{
border-color: #C35C20;
}
.TagClassName
{
border-color: #C35C20;
}
</style>