Shades of Christine #C66A33
Tints of Christine #C66A33
RGB
CMYK
RGB Variations
Color information
#C66A33 (or 0xC66A33) is known color: Christine. HEX triplet: C6, 6A and 33. RGB value is (198,106,51). Sum of RGB (Red+Green+Blue) = 198+106+51=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66A33 is #3995CC. Grayscale: #7F7F7F. Windows color (decimal): -3773901 or 3369670. OLE color: 3369670.
HSL color Cylindrical-coordinate representation of color #C66A33: hue angle of 22.45º 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 #C66A33 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 51 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.22 |
| HSL | 22.45º | 0.59% | 0.49% | - |
| HSV(B) | 22.45º | 0.74% | 0.78% | - |
| XYZ | 29.04 | 22.55 | 5.95 | - |
| YUV | 127.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 51 | 0 | 0.46 | 0.74 | 0.22 | 22.45 | 0.59 | 0.49 |
| Hex | C6 | 6A | 33 | 0 | 2E | 4A | 16 | 16 | 3B | 31 |
| Octal | 306 | 152 | 63 | 0 | 56 | 112 | 26 | 26 | 73 | 61 |
| Binary | 11000110 | 1101010 | 110011 | 0 | 101110 | 1001010 | 10110 | 10110 | 111011 | 110001 |
Color Harmonies of #C66A33
Complementary color
Monochromatic Colors of #C66A33
Black with #C66A33
Text Example
Text Example
White with #C66A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66A33; }
p { color: rgb(198,106,51); }
H1.HeaderClassName
{
color: #C66A33;
}
.AnyTagClassName
{
color: #C66A33;
}
</style>
background-color css
<style>
a { background-color: #C66A33; }
a { background-color: rgb(198,106,51); }
div.DivClassName
{
background-color: #C66A33;
}
.BgClassName
{
background-color: #C66A33;
}
</style>
border-color css
<style>
span { border-color: #C66A33; }
span { border-color: rgb(198,106,51); }
td.TdClassName
{
border-color: #C66A33;
}
.TagClassName
{
border-color: #C66A33;
}
</style>