Shades of Christine #C65F25
Tints of Christine #C65F25
RGB
CMYK
RGB Variations
Color information
#C65F25 (or 0xC65F25) is known color: Christine. HEX triplet: C6, 5F and 25. RGB value is (198,95,37). Sum of RGB (Red+Green+Blue) = 198+95+37=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F25 is #39A0DA. Grayscale: #777777. Windows color (decimal): -3776731 or 2449350. OLE color: 2449350.
HSL color Cylindrical-coordinate representation of color #C65F25: hue angle of 21.61º 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 #C65F25 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 37 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.22 |
| HSL | 21.61º | 0.69% | 0.46% | - |
| HSV(B) | 21.61º | 0.81% | 0.78% | - |
| XYZ | 27.71 | 20.32 | 4.21 | - |
| YUV | 119.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 37 | 0 | 0.52 | 0.81 | 0.22 | 21.61 | 0.69 | 0.46 |
| Hex | C6 | 5F | 25 | 0 | 34 | 51 | 16 | 16 | 45 | 2E |
| Octal | 306 | 137 | 45 | 0 | 64 | 121 | 26 | 26 | 105 | 56 |
| Binary | 11000110 | 1011111 | 100101 | 0 | 110100 | 1010001 | 10110 | 10110 | 1000101 | 101110 |
Color Harmonies of #C65F25
Complementary color
Monochromatic Colors of #C65F25
Black with #C65F25
Text Example
Text Example
White with #C65F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F25; }
p { color: rgb(198,95,37); }
H1.HeaderClassName
{
color: #C65F25;
}
.AnyTagClassName
{
color: #C65F25;
}
</style>
background-color css
<style>
a { background-color: #C65F25; }
a { background-color: rgb(198,95,37); }
div.DivClassName
{
background-color: #C65F25;
}
.BgClassName
{
background-color: #C65F25;
}
</style>
border-color css
<style>
span { border-color: #C65F25; }
span { border-color: rgb(198,95,37); }
td.TdClassName
{
border-color: #C65F25;
}
.TagClassName
{
border-color: #C65F25;
}
</style>