Shades of Christine #C35A21
Tints of Christine #C35A21
RGB
CMYK
RGB Variations
Color information
#C35A21 (or 0xC35A21) is known color: Christine. HEX triplet: C3, 5A and 21. RGB value is (195,90,33). Sum of RGB (Red+Green+Blue) = 195+90+33=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A21 is #3CA5DE. Grayscale: #737373. Windows color (decimal): -3974623 or 2185923. OLE color: 2185923.
HSL color Cylindrical-coordinate representation of color #C35A21: hue angle of 21.11º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C35A21 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 33 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.24 |
| HSL | 21.11º | 0.71% | 0.45% | - |
| HSV(B) | 21.11º | 0.83% | 0.76% | - |
| XYZ | 26.44 | 19.02 | 3.72 | - |
| YUV | 114.9 | 81.79 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 33 | 0 | 0.54 | 0.83 | 0.24 | 21.11 | 0.71 | 0.45 |
| Hex | C3 | 5A | 21 | 0 | 36 | 53 | 18 | 15 | 47 | 2D |
| Octal | 303 | 132 | 41 | 0 | 66 | 123 | 30 | 25 | 107 | 55 |
| Binary | 11000011 | 1011010 | 100001 | 0 | 110110 | 1010011 | 11000 | 10101 | 1000111 | 101101 |
Color Harmonies of #C35A21
Complementary color
Monochromatic Colors of #C35A21
Black with #C35A21
Text Example
Text Example
White with #C35A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A21; }
p { color: rgb(195,90,33); }
H1.HeaderClassName
{
color: #C35A21;
}
.AnyTagClassName
{
color: #C35A21;
}
</style>
background-color css
<style>
a { background-color: #C35A21; }
a { background-color: rgb(195,90,33); }
div.DivClassName
{
background-color: #C35A21;
}
.BgClassName
{
background-color: #C35A21;
}
</style>
border-color css
<style>
span { border-color: #C35A21; }
span { border-color: rgb(195,90,33); }
td.TdClassName
{
border-color: #C35A21;
}
.TagClassName
{
border-color: #C35A21;
}
</style>