Shades of Christine #C35C21
Tints of Christine #C35C21
RGB
CMYK
RGB Variations
Color information
#C35C21 (or 0xC35C21) is known color: Christine. HEX triplet: C3, 5C and 21. RGB value is (195,92,33). Sum of RGB (Red+Green+Blue) = 195+92+33=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C21 is #3CA3DE. Grayscale: #747474. Windows color (decimal): -3974111 or 2186435. OLE color: 2186435.
HSL color Cylindrical-coordinate representation of color #C35C21: hue angle of 21.85º 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 #C35C21 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 33 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.24 |
| HSL | 21.85º | 0.71% | 0.45% | - |
| HSV(B) | 21.85º | 0.83% | 0.76% | - |
| XYZ | 26.61 | 19.37 | 3.77 | - |
| YUV | 116.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 33 | 0 | 0.53 | 0.83 | 0.24 | 21.85 | 0.71 | 0.45 |
| Hex | C3 | 5C | 21 | 0 | 35 | 53 | 18 | 16 | 47 | 2D |
| Octal | 303 | 134 | 41 | 0 | 65 | 123 | 30 | 26 | 107 | 55 |
| Binary | 11000011 | 1011100 | 100001 | 0 | 110101 | 1010011 | 11000 | 10110 | 1000111 | 101101 |
Color Harmonies of #C35C21
Complementary color
Monochromatic Colors of #C35C21
Black with #C35C21
Text Example
Text Example
White with #C35C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C21; }
p { color: rgb(195,92,33); }
H1.HeaderClassName
{
color: #C35C21;
}
.AnyTagClassName
{
color: #C35C21;
}
</style>
background-color css
<style>
a { background-color: #C35C21; }
a { background-color: rgb(195,92,33); }
div.DivClassName
{
background-color: #C35C21;
}
.BgClassName
{
background-color: #C35C21;
}
</style>
border-color css
<style>
span { border-color: #C35C21; }
span { border-color: rgb(195,92,33); }
td.TdClassName
{
border-color: #C35C21;
}
.TagClassName
{
border-color: #C35C21;
}
</style>