Shades of Christine #C36333
Tints of Christine #C36333
RGB
CMYK
RGB Variations
Color information
#C36333 (or 0xC36333) is known color: Christine. HEX triplet: C3, 63 and 33. RGB value is (195,99,51). Sum of RGB (Red+Green+Blue) = 195+99+51=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C36333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36333 is #3C9CCC. Grayscale: #7A7A7A. Windows color (decimal): -3972301 or 3367875. OLE color: 3367875.
HSL color Cylindrical-coordinate representation of color #C36333: hue angle of 20º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C36333 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 51 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.24 |
| HSL | 20º | 0.59% | 0.48% | - |
| HSV(B) | 20º | 0.74% | 0.76% | - |
| XYZ | 27.57 | 20.76 | 5.69 | - |
| YUV | 122.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 51 | 0 | 0.49 | 0.74 | 0.24 | 20 | 0.59 | 0.48 |
| Hex | C3 | 63 | 33 | 0 | 31 | 4A | 18 | 14 | 3B | 30 |
| Octal | 303 | 143 | 63 | 0 | 61 | 112 | 30 | 24 | 73 | 60 |
| Binary | 11000011 | 1100011 | 110011 | 0 | 110001 | 1001010 | 11000 | 10100 | 111011 | 110000 |
Color Harmonies of #C36333
Complementary color
Monochromatic Colors of #C36333
Black with #C36333
Text Example
Text Example
White with #C36333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36333; }
p { color: rgb(195,99,51); }
H1.HeaderClassName
{
color: #C36333;
}
.AnyTagClassName
{
color: #C36333;
}
</style>
background-color css
<style>
a { background-color: #C36333; }
a { background-color: rgb(195,99,51); }
div.DivClassName
{
background-color: #C36333;
}
.BgClassName
{
background-color: #C36333;
}
</style>
border-color css
<style>
span { border-color: #C36333; }
span { border-color: rgb(195,99,51); }
td.TdClassName
{
border-color: #C36333;
}
.TagClassName
{
border-color: #C36333;
}
</style>