Shades of Christine #C35721
Tints of Christine #C35721
RGB
CMYK
RGB Variations
Color information
#C35721 (or 0xC35721) is known color: Christine. HEX triplet: C3, 57 and 21. RGB value is (195,87,33). Sum of RGB (Red+Green+Blue) = 195+87+33=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C35721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35721 is #3CA8DE. Grayscale: #717171. Windows color (decimal): -3975391 or 2185155. OLE color: 2185155.
HSL color Cylindrical-coordinate representation of color #C35721: hue angle of 20º 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 #C35721 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 33 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.24 |
| HSL | 20º | 0.71% | 0.45% | - |
| HSV(B) | 20º | 0.83% | 0.76% | - |
| XYZ | 26.19 | 18.53 | 3.63 | - |
| YUV | 113.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 33 | 0 | 0.55 | 0.83 | 0.24 | 20 | 0.71 | 0.45 |
| Hex | C3 | 57 | 21 | 0 | 37 | 53 | 18 | 14 | 47 | 2D |
| Octal | 303 | 127 | 41 | 0 | 67 | 123 | 30 | 24 | 107 | 55 |
| Binary | 11000011 | 1010111 | 100001 | 0 | 110111 | 1010011 | 11000 | 10100 | 1000111 | 101101 |
Color Harmonies of #C35721
Complementary color
Monochromatic Colors of #C35721
Black with #C35721
Text Example
Text Example
White with #C35721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35721; }
p { color: rgb(195,87,33); }
H1.HeaderClassName
{
color: #C35721;
}
.AnyTagClassName
{
color: #C35721;
}
</style>
background-color css
<style>
a { background-color: #C35721; }
a { background-color: rgb(195,87,33); }
div.DivClassName
{
background-color: #C35721;
}
.BgClassName
{
background-color: #C35721;
}
</style>
border-color css
<style>
span { border-color: #C35721; }
span { border-color: rgb(195,87,33); }
td.TdClassName
{
border-color: #C35721;
}
.TagClassName
{
border-color: #C35721;
}
</style>