Shades of Christine #C66731
Tints of Christine #C66731
RGB
CMYK
RGB Variations
Color information
#C66731 (or 0xC66731) is known color: Christine. HEX triplet: C6, 67 and 31. RGB value is (198,103,49). Sum of RGB (Red+Green+Blue) = 198+103+49=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C66731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66731 is #3998CE. Grayscale: #7D7D7D. Windows color (decimal): -3774671 or 3237830. OLE color: 3237830.
HSL color Cylindrical-coordinate representation of color #C66731: hue angle of 21.74º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C66731 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 49 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.22 |
| HSL | 21.74º | 0.6% | 0.48% | - |
| HSV(B) | 21.74º | 0.75% | 0.78% | - |
| XYZ | 28.69 | 21.93 | 5.63 | - |
| YUV | 125.25 | 84.97 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 49 | 0 | 0.48 | 0.75 | 0.22 | 21.74 | 0.6 | 0.48 |
| Hex | C6 | 67 | 31 | 0 | 30 | 4B | 16 | 16 | 3C | 30 |
| Octal | 306 | 147 | 61 | 0 | 60 | 113 | 26 | 26 | 74 | 60 |
| Binary | 11000110 | 1100111 | 110001 | 0 | 110000 | 1001011 | 10110 | 10110 | 111100 | 110000 |
Color Harmonies of #C66731
Complementary color
Monochromatic Colors of #C66731
Black with #C66731
Text Example
Text Example
White with #C66731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66731; }
p { color: rgb(198,103,49); }
H1.HeaderClassName
{
color: #C66731;
}
.AnyTagClassName
{
color: #C66731;
}
</style>
background-color css
<style>
a { background-color: #C66731; }
a { background-color: rgb(198,103,49); }
div.DivClassName
{
background-color: #C66731;
}
.BgClassName
{
background-color: #C66731;
}
</style>
border-color css
<style>
span { border-color: #C66731; }
span { border-color: rgb(198,103,49); }
td.TdClassName
{
border-color: #C66731;
}
.TagClassName
{
border-color: #C66731;
}
</style>