Shades of Christine #C36A2A
Tints of Christine #C36A2A
RGB
CMYK
RGB Variations
Color information
#C36A2A (or 0xC36A2A) is known color: Christine. HEX triplet: C3, 6A and 2A. RGB value is (195,106,42). Sum of RGB (Red+Green+Blue) = 195+106+42=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36A2A is #3C95D5. Grayscale: #7D7D7D. Windows color (decimal): -3970518 or 2779843. OLE color: 2779843.
HSL color Cylindrical-coordinate representation of color #C36A2A: hue angle of 25.1º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C36A2A is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 42 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.24 |
| HSL | 25.1º | 0.65% | 0.46% | - |
| HSV(B) | 25.1º | 0.78% | 0.76% | - |
| XYZ | 28.08 | 22.08 | 4.97 | - |
| YUV | 125.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 42 | 0 | 0.46 | 0.78 | 0.24 | 25.1 | 0.65 | 0.46 |
| Hex | C3 | 6A | 2A | 0 | 2E | 4E | 18 | 19 | 41 | 2E |
| Octal | 303 | 152 | 52 | 0 | 56 | 116 | 30 | 31 | 101 | 56 |
| Binary | 11000011 | 1101010 | 101010 | 0 | 101110 | 1001110 | 11000 | 11001 | 1000001 | 101110 |
Color Harmonies of #C36A2A
Complementary color
Monochromatic Colors of #C36A2A
Black with #C36A2A
Text Example
Text Example
White with #C36A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A2A; }
p { color: rgb(195,106,42); }
H1.HeaderClassName
{
color: #C36A2A;
}
.AnyTagClassName
{
color: #C36A2A;
}
</style>
background-color css
<style>
a { background-color: #C36A2A; }
a { background-color: rgb(195,106,42); }
div.DivClassName
{
background-color: #C36A2A;
}
.BgClassName
{
background-color: #C36A2A;
}
</style>
border-color css
<style>
span { border-color: #C36A2A; }
span { border-color: rgb(195,106,42); }
td.TdClassName
{
border-color: #C36A2A;
}
.TagClassName
{
border-color: #C36A2A;
}
</style>