Shades of Christine #C36430
Tints of Christine #C36430
RGB
CMYK
RGB Variations
Color information
#C36430 (or 0xC36430) is known color: Christine. HEX triplet: C3, 64 and 30. RGB value is (195,100,48). Sum of RGB (Red+Green+Blue) = 195+100+48=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C36430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36430 is #3C9BCF. Grayscale: #7A7A7A. Windows color (decimal): -3972048 or 3171523. OLE color: 3171523.
HSL color Cylindrical-coordinate representation of color #C36430: hue angle of 21.22º 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 #C36430 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 48 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.24 |
| HSL | 21.22º | 0.6% | 0.48% | - |
| HSV(B) | 21.22º | 0.75% | 0.76% | - |
| XYZ | 27.6 | 20.93 | 5.38 | - |
| YUV | 122.48 | 85.97 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 48 | 0 | 0.49 | 0.75 | 0.24 | 21.22 | 0.6 | 0.48 |
| Hex | C3 | 64 | 30 | 0 | 31 | 4B | 18 | 15 | 3C | 30 |
| Octal | 303 | 144 | 60 | 0 | 61 | 113 | 30 | 25 | 74 | 60 |
| Binary | 11000011 | 1100100 | 110000 | 0 | 110001 | 1001011 | 11000 | 10101 | 111100 | 110000 |
Color Harmonies of #C36430
Complementary color
Monochromatic Colors of #C36430
Black with #C36430
Text Example
Text Example
White with #C36430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36430; }
p { color: rgb(195,100,48); }
H1.HeaderClassName
{
color: #C36430;
}
.AnyTagClassName
{
color: #C36430;
}
</style>
background-color css
<style>
a { background-color: #C36430; }
a { background-color: rgb(195,100,48); }
div.DivClassName
{
background-color: #C36430;
}
.BgClassName
{
background-color: #C36430;
}
</style>
border-color css
<style>
span { border-color: #C36430; }
span { border-color: rgb(195,100,48); }
td.TdClassName
{
border-color: #C36430;
}
.TagClassName
{
border-color: #C36430;
}
</style>