Shades of Christine #C65D25
Tints of Christine #C65D25
RGB
CMYK
RGB Variations
Color information
#C65D25 (or 0xC65D25) is known color: Christine. HEX triplet: C6, 5D and 25. RGB value is (198,93,37). Sum of RGB (Red+Green+Blue) = 198+93+37=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65D25 is #39A2DA. Grayscale: #767676. Windows color (decimal): -3777243 or 2448838. OLE color: 2448838.
HSL color Cylindrical-coordinate representation of color #C65D25: hue angle of 20.87º degrees, saturation: 0.69, 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 #C65D25 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 37 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.22 |
| HSL | 20.87º | 0.69% | 0.46% | - |
| HSV(B) | 20.87º | 0.81% | 0.78% | - |
| XYZ | 27.54 | 19.97 | 4.15 | - |
| YUV | 118.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 37 | 0 | 0.53 | 0.81 | 0.22 | 20.87 | 0.69 | 0.46 |
| Hex | C6 | 5D | 25 | 0 | 35 | 51 | 16 | 15 | 45 | 2E |
| Octal | 306 | 135 | 45 | 0 | 65 | 121 | 26 | 25 | 105 | 56 |
| Binary | 11000110 | 1011101 | 100101 | 0 | 110101 | 1010001 | 10110 | 10101 | 1000101 | 101110 |
Color Harmonies of #C65D25
Complementary color
Monochromatic Colors of #C65D25
Black with #C65D25
Text Example
Text Example
White with #C65D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65D25; }
p { color: rgb(198,93,37); }
H1.HeaderClassName
{
color: #C65D25;
}
.AnyTagClassName
{
color: #C65D25;
}
</style>
background-color css
<style>
a { background-color: #C65D25; }
a { background-color: rgb(198,93,37); }
div.DivClassName
{
background-color: #C65D25;
}
.BgClassName
{
background-color: #C65D25;
}
</style>
border-color css
<style>
span { border-color: #C65D25; }
span { border-color: rgb(198,93,37); }
td.TdClassName
{
border-color: #C65D25;
}
.TagClassName
{
border-color: #C65D25;
}
</style>