Shades of Christine #C76A33
Tints of Christine #C76A33
RGB
CMYK
RGB Variations
Color information
#C76A33 (or 0xC76A33) is known color: Christine. HEX triplet: C7, 6A and 33. RGB value is (199,106,51). Sum of RGB (Red+Green+Blue) = 199+106+51=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A33 is #3895CC. Grayscale: #7F7F7F. Windows color (decimal): -3708365 or 3369671. OLE color: 3369671.
HSL color Cylindrical-coordinate representation of color #C76A33: hue angle of 22.3º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C76A33 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 51 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.22 |
| HSL | 22.3º | 0.59% | 0.49% | - |
| HSV(B) | 22.3º | 0.74% | 0.78% | - |
| XYZ | 29.3 | 22.69 | 5.97 | - |
| YUV | 127.54 | 84.81 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 51 | 0 | 0.47 | 0.74 | 0.22 | 22.3 | 0.59 | 0.49 |
| Hex | C7 | 6A | 33 | 0 | 2F | 4A | 16 | 16 | 3B | 31 |
| Octal | 307 | 152 | 63 | 0 | 57 | 112 | 26 | 26 | 73 | 61 |
| Binary | 11000111 | 1101010 | 110011 | 0 | 101111 | 1001010 | 10110 | 10110 | 111011 | 110001 |
Color Harmonies of #C76A33
Complementary color
Monochromatic Colors of #C76A33
Black with #C76A33
Text Example
Text Example
White with #C76A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A33; }
p { color: rgb(199,106,51); }
H1.HeaderClassName
{
color: #C76A33;
}
.AnyTagClassName
{
color: #C76A33;
}
</style>
background-color css
<style>
a { background-color: #C76A33; }
a { background-color: rgb(199,106,51); }
div.DivClassName
{
background-color: #C76A33;
}
.BgClassName
{
background-color: #C76A33;
}
</style>
border-color css
<style>
span { border-color: #C76A33; }
span { border-color: rgb(199,106,51); }
td.TdClassName
{
border-color: #C76A33;
}
.TagClassName
{
border-color: #C76A33;
}
</style>