Shades of Christine #C5682A
Tints of Christine #C5682A
RGB
CMYK
RGB Variations
Color information
#C5682A (or 0xC5682A) is known color: Christine. HEX triplet: C5, 68 and 2A. RGB value is (197,104,42). Sum of RGB (Red+Green+Blue) = 197+104+42=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5682A is #3A97D5. Grayscale: #7D7D7D. Windows color (decimal): -3839958 or 2779333. OLE color: 2779333.
HSL color Cylindrical-coordinate representation of color #C5682A: hue angle of 24º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5682A is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 42 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.23 |
| HSL | 24º | 0.65% | 0.47% | - |
| HSV(B) | 24º | 0.79% | 0.77% | - |
| XYZ | 28.39 | 21.94 | 4.93 | - |
| YUV | 124.74 | 81.31 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 42 | 0 | 0.47 | 0.79 | 0.23 | 24 | 0.65 | 0.47 |
| Hex | C5 | 68 | 2A | 0 | 2F | 4F | 17 | 18 | 41 | 2F |
| Octal | 305 | 150 | 52 | 0 | 57 | 117 | 27 | 30 | 101 | 57 |
| Binary | 11000101 | 1101000 | 101010 | 0 | 101111 | 1001111 | 10111 | 11000 | 1000001 | 101111 |
Color Harmonies of #C5682A
Complementary color
Monochromatic Colors of #C5682A
Black with #C5682A
Text Example
Text Example
White with #C5682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5682A; }
p { color: rgb(197,104,42); }
H1.HeaderClassName
{
color: #C5682A;
}
.AnyTagClassName
{
color: #C5682A;
}
</style>
background-color css
<style>
a { background-color: #C5682A; }
a { background-color: rgb(197,104,42); }
div.DivClassName
{
background-color: #C5682A;
}
.BgClassName
{
background-color: #C5682A;
}
</style>
border-color css
<style>
span { border-color: #C5682A; }
span { border-color: rgb(197,104,42); }
td.TdClassName
{
border-color: #C5682A;
}
.TagClassName
{
border-color: #C5682A;
}
</style>