Shades of Christine #C36230
Tints of Christine #C36230
RGB
CMYK
RGB Variations
Color information
#C36230 (or 0xC36230) is known color: Christine. HEX triplet: C3, 62 and 30. RGB value is (195,98,48). Sum of RGB (Red+Green+Blue) = 195+98+48=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C36230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36230 is #3C9DCF. Grayscale: #797979. Windows color (decimal): -3972560 or 3171011. OLE color: 3171011.
HSL color Cylindrical-coordinate representation of color #C36230: hue angle of 20.41º 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 #C36230 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 98 | 48 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.24 |
| HSL | 20.41º | 0.6% | 0.48% | - |
| HSV(B) | 20.41º | 0.75% | 0.76% | - |
| XYZ | 27.41 | 20.55 | 5.32 | - |
| YUV | 121.3 | 86.64 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 98 | 48 | 0 | 0.50 | 0.75 | 0.24 | 20.41 | 0.6 | 0.48 |
| Hex | C3 | 62 | 30 | 0 | 32 | 4B | 18 | 14 | 3C | 30 |
| Octal | 303 | 142 | 60 | 0 | 62 | 113 | 30 | 24 | 74 | 60 |
| Binary | 11000011 | 1100010 | 110000 | 0 | 110010 | 1001011 | 11000 | 10100 | 111100 | 110000 |
Color Harmonies of #C36230
Complementary color
Monochromatic Colors of #C36230
Black with #C36230
Text Example
Text Example
White with #C36230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36230; }
p { color: rgb(195,98,48); }
H1.HeaderClassName
{
color: #C36230;
}
.AnyTagClassName
{
color: #C36230;
}
</style>
background-color css
<style>
a { background-color: #C36230; }
a { background-color: rgb(195,98,48); }
div.DivClassName
{
background-color: #C36230;
}
.BgClassName
{
background-color: #C36230;
}
</style>
border-color css
<style>
span { border-color: #C36230; }
span { border-color: rgb(195,98,48); }
td.TdClassName
{
border-color: #C36230;
}
.TagClassName
{
border-color: #C36230;
}
</style>