Shades of Christine #C06225
Tints of Christine #C06225
RGB
CMYK
RGB Variations
Color information
#C06225 (or 0xC06225) is known color: Christine. HEX triplet: C0, 62 and 25. RGB value is (192,98,37). Sum of RGB (Red+Green+Blue) = 192+98+37=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C06225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06225 is #3F9DDA. Grayscale: #777777. Windows color (decimal): -4169179 or 2450112. OLE color: 2450112.
HSL color Cylindrical-coordinate representation of color #C06225: hue angle of 23.61º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C06225 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 37 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.25 |
| HSL | 23.61º | 0.68% | 0.45% | - |
| HSV(B) | 23.61º | 0.81% | 0.75% | - |
| XYZ | 26.44 | 20.08 | 4.23 | - |
| YUV | 119.15 | 81.64 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 37 | 0 | 0.49 | 0.81 | 0.25 | 23.61 | 0.68 | 0.45 |
| Hex | C0 | 62 | 25 | 0 | 31 | 51 | 19 | 18 | 44 | 2D |
| Octal | 300 | 142 | 45 | 0 | 61 | 121 | 31 | 30 | 104 | 55 |
| Binary | 11000000 | 1100010 | 100101 | 0 | 110001 | 1010001 | 11001 | 11000 | 1000100 | 101101 |
Color Harmonies of #C06225
Complementary color
Monochromatic Colors of #C06225
Black with #C06225
Text Example
Text Example
White with #C06225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06225; }
p { color: rgb(192,98,37); }
H1.HeaderClassName
{
color: #C06225;
}
.AnyTagClassName
{
color: #C06225;
}
</style>
background-color css
<style>
a { background-color: #C06225; }
a { background-color: rgb(192,98,37); }
div.DivClassName
{
background-color: #C06225;
}
.BgClassName
{
background-color: #C06225;
}
</style>
border-color css
<style>
span { border-color: #C06225; }
span { border-color: rgb(192,98,37); }
td.TdClassName
{
border-color: #C06225;
}
.TagClassName
{
border-color: #C06225;
}
</style>