Shades of Christine #C76A32
Tints of Christine #C76A32
RGB
CMYK
RGB Variations
Color information
#C76A32 (or 0xC76A32) is known color: Christine. HEX triplet: C7, 6A and 32. RGB value is (199,106,50). Sum of RGB (Red+Green+Blue) = 199+106+50=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A32 is #3895CD. Grayscale: #7F7F7F. Windows color (decimal): -3708366 or 3304135. OLE color: 3304135.
HSL color Cylindrical-coordinate representation of color #C76A32: hue angle of 22.55º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C76A32 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 50 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.22 |
| HSL | 22.55º | 0.6% | 0.49% | - |
| HSV(B) | 22.55º | 0.75% | 0.78% | - |
| XYZ | 29.28 | 22.68 | 5.85 | - |
| YUV | 127.42 | 84.31 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 50 | 0 | 0.47 | 0.75 | 0.22 | 22.55 | 0.6 | 0.49 |
| Hex | C7 | 6A | 32 | 0 | 2F | 4B | 16 | 17 | 3C | 31 |
| Octal | 307 | 152 | 62 | 0 | 57 | 113 | 26 | 27 | 74 | 61 |
| Binary | 11000111 | 1101010 | 110010 | 0 | 101111 | 1001011 | 10110 | 10111 | 111100 | 110001 |
Color Harmonies of #C76A32
Complementary color
Monochromatic Colors of #C76A32
Black with #C76A32
Text Example
Text Example
White with #C76A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A32; }
p { color: rgb(199,106,50); }
H1.HeaderClassName
{
color: #C76A32;
}
.AnyTagClassName
{
color: #C76A32;
}
</style>
background-color css
<style>
a { background-color: #C76A32; }
a { background-color: rgb(199,106,50); }
div.DivClassName
{
background-color: #C76A32;
}
.BgClassName
{
background-color: #C76A32;
}
</style>
border-color css
<style>
span { border-color: #C76A32; }
span { border-color: rgb(199,106,50); }
td.TdClassName
{
border-color: #C76A32;
}
.TagClassName
{
border-color: #C76A32;
}
</style>