Shades of Christine #C36330
Tints of Christine #C36330
RGB
CMYK
RGB Variations
Color information
#C36330 (or 0xC36330) is known color: Christine. HEX triplet: C3, 63 and 30. RGB value is (195,99,48). Sum of RGB (Red+Green+Blue) = 195+99+48=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C36330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36330 is #3C9CCF. Grayscale: #7A7A7A. Windows color (decimal): -3972304 or 3171267. OLE color: 3171267.
HSL color Cylindrical-coordinate representation of color #C36330: hue angle of 20.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C36330 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 48 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.24 |
| HSL | 20.82º | 0.6% | 0.48% | - |
| HSV(B) | 20.82º | 0.75% | 0.76% | - |
| XYZ | 27.5 | 20.74 | 5.35 | - |
| YUV | 121.89 | 86.3 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 48 | 0 | 0.49 | 0.75 | 0.24 | 20.82 | 0.6 | 0.48 |
| Hex | C3 | 63 | 30 | 0 | 31 | 4B | 18 | 15 | 3C | 30 |
| Octal | 303 | 143 | 60 | 0 | 61 | 113 | 30 | 25 | 74 | 60 |
| Binary | 11000011 | 1100011 | 110000 | 0 | 110001 | 1001011 | 11000 | 10101 | 111100 | 110000 |
Color Harmonies of #C36330
Complementary color
Monochromatic Colors of #C36330
Black with #C36330
Text Example
Text Example
White with #C36330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36330; }
p { color: rgb(195,99,48); }
H1.HeaderClassName
{
color: #C36330;
}
.AnyTagClassName
{
color: #C36330;
}
</style>
background-color css
<style>
a { background-color: #C36330; }
a { background-color: rgb(195,99,48); }
div.DivClassName
{
background-color: #C36330;
}
.BgClassName
{
background-color: #C36330;
}
</style>
border-color css
<style>
span { border-color: #C36330; }
span { border-color: rgb(195,99,48); }
td.TdClassName
{
border-color: #C36330;
}
.TagClassName
{
border-color: #C36330;
}
</style>