Shades of Christine #C36635
Tints of Christine #C36635
RGB
CMYK
RGB Variations
Color information
#C36635 (or 0xC36635) is known color: Christine. HEX triplet: C3, 66 and 35. RGB value is (195,102,53). Sum of RGB (Red+Green+Blue) = 195+102+53=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C36635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36635 is #3C99CA. Grayscale: #7C7C7C. Windows color (decimal): -3971531 or 3499715. OLE color: 3499715.
HSL color Cylindrical-coordinate representation of color #C36635: hue angle of 20.7º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C36635 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 53 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.24 |
| HSL | 20.7º | 0.57% | 0.49% | - |
| HSV(B) | 20.7º | 0.73% | 0.76% | - |
| XYZ | 27.9 | 21.36 | 6.02 | - |
| YUV | 124.22 | 87.81 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 53 | 0 | 0.48 | 0.73 | 0.24 | 20.7 | 0.57 | 0.49 |
| Hex | C3 | 66 | 35 | 0 | 30 | 49 | 18 | 15 | 39 | 31 |
| Octal | 303 | 146 | 65 | 0 | 60 | 111 | 30 | 25 | 71 | 61 |
| Binary | 11000011 | 1100110 | 110101 | 0 | 110000 | 1001001 | 11000 | 10101 | 111001 | 110001 |
Color Harmonies of #C36635
Complementary color
Monochromatic Colors of #C36635
Black with #C36635
Text Example
Text Example
White with #C36635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36635; }
p { color: rgb(195,102,53); }
H1.HeaderClassName
{
color: #C36635;
}
.AnyTagClassName
{
color: #C36635;
}
</style>
background-color css
<style>
a { background-color: #C36635; }
a { background-color: rgb(195,102,53); }
div.DivClassName
{
background-color: #C36635;
}
.BgClassName
{
background-color: #C36635;
}
</style>
border-color css
<style>
span { border-color: #C36635; }
span { border-color: rgb(195,102,53); }
td.TdClassName
{
border-color: #C36635;
}
.TagClassName
{
border-color: #C36635;
}
</style>