Shades of Christine #C36830
Tints of Christine #C36830
RGB
CMYK
RGB Variations
Color information
#C36830 (or 0xC36830) is known color: Christine. HEX triplet: C3, 68 and 30. RGB value is (195,104,48). Sum of RGB (Red+Green+Blue) = 195+104+48=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C36830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36830 is #3C97CF. Grayscale: #7D7D7D. Windows color (decimal): -3971024 or 3172547. OLE color: 3172547.
HSL color Cylindrical-coordinate representation of color #C36830: hue angle of 22.86º 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 #C36830 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 48 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.24 |
| HSL | 22.86º | 0.6% | 0.48% | - |
| HSV(B) | 22.86º | 0.75% | 0.76% | - |
| XYZ | 27.99 | 21.72 | 5.51 | - |
| YUV | 124.83 | 84.65 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 48 | 0 | 0.47 | 0.75 | 0.24 | 22.86 | 0.6 | 0.48 |
| Hex | C3 | 68 | 30 | 0 | 2F | 4B | 18 | 17 | 3C | 30 |
| Octal | 303 | 150 | 60 | 0 | 57 | 113 | 30 | 27 | 74 | 60 |
| Binary | 11000011 | 1101000 | 110000 | 0 | 101111 | 1001011 | 11000 | 10111 | 111100 | 110000 |
Color Harmonies of #C36830
Complementary color
Monochromatic Colors of #C36830
Black with #C36830
Text Example
Text Example
White with #C36830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36830; }
p { color: rgb(195,104,48); }
H1.HeaderClassName
{
color: #C36830;
}
.AnyTagClassName
{
color: #C36830;
}
</style>
background-color css
<style>
a { background-color: #C36830; }
a { background-color: rgb(195,104,48); }
div.DivClassName
{
background-color: #C36830;
}
.BgClassName
{
background-color: #C36830;
}
</style>
border-color css
<style>
span { border-color: #C36830; }
span { border-color: rgb(195,104,48); }
td.TdClassName
{
border-color: #C36830;
}
.TagClassName
{
border-color: #C36830;
}
</style>