Shades of Christine #C65926
Tints of Christine #C65926
RGB
CMYK
RGB Variations
Color information
#C65926 (or 0xC65926) is known color: Christine. HEX triplet: C6, 59 and 26. RGB value is (198,89,38). Sum of RGB (Red+Green+Blue) = 198+89+38=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C65926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65926 is #39A6D9. Grayscale: #747474. Windows color (decimal): -3778266 or 2513350. OLE color: 2513350.
HSL color Cylindrical-coordinate representation of color #C65926: hue angle of 19.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C65926 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 38 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.22 |
| HSL | 19.13º | 0.68% | 0.46% | - |
| HSV(B) | 19.13º | 0.81% | 0.78% | - |
| XYZ | 27.21 | 19.29 | 4.12 | - |
| YUV | 115.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 38 | 0 | 0.55 | 0.81 | 0.22 | 19.13 | 0.68 | 0.46 |
| Hex | C6 | 59 | 26 | 0 | 37 | 51 | 16 | 13 | 44 | 2E |
| Octal | 306 | 131 | 46 | 0 | 67 | 121 | 26 | 23 | 104 | 56 |
| Binary | 11000110 | 1011001 | 100110 | 0 | 110111 | 1010001 | 10110 | 10011 | 1000100 | 101110 |
Color Harmonies of #C65926
Complementary color
Monochromatic Colors of #C65926
Black with #C65926
Text Example
Text Example
White with #C65926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65926; }
p { color: rgb(198,89,38); }
H1.HeaderClassName
{
color: #C65926;
}
.AnyTagClassName
{
color: #C65926;
}
</style>
background-color css
<style>
a { background-color: #C65926; }
a { background-color: rgb(198,89,38); }
div.DivClassName
{
background-color: #C65926;
}
.BgClassName
{
background-color: #C65926;
}
</style>
border-color css
<style>
span { border-color: #C65926; }
span { border-color: rgb(198,89,38); }
td.TdClassName
{
border-color: #C65926;
}
.TagClassName
{
border-color: #C65926;
}
</style>