Shades of Christine #C06926
Tints of Christine #C06926
RGB
CMYK
RGB Variations
Color information
#C06926 (or 0xC06926) is known color: Christine. HEX triplet: C0, 69 and 26. RGB value is (192,105,38). Sum of RGB (Red+Green+Blue) = 192+105+38=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C06926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06926 is #3F96D9. Grayscale: #7B7B7B. Windows color (decimal): -4167386 or 2517440. OLE color: 2517440.
HSL color Cylindrical-coordinate representation of color #C06926: hue angle of 26.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C06926 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 38 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.25 |
| HSL | 26.1º | 0.67% | 0.45% | - |
| HSV(B) | 26.1º | 0.8% | 0.75% | - |
| XYZ | 27.14 | 21.45 | 4.54 | - |
| YUV | 123.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 38 | 0 | 0.45 | 0.80 | 0.25 | 26.1 | 0.67 | 0.45 |
| Hex | C0 | 69 | 26 | 0 | 2D | 50 | 19 | 1A | 43 | 2D |
| Octal | 300 | 151 | 46 | 0 | 55 | 120 | 31 | 32 | 103 | 55 |
| Binary | 11000000 | 1101001 | 100110 | 0 | 101101 | 1010000 | 11001 | 11010 | 1000011 | 101101 |
Color Harmonies of #C06926
Complementary color
Monochromatic Colors of #C06926
Black with #C06926
Text Example
Text Example
White with #C06926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06926; }
p { color: rgb(192,105,38); }
H1.HeaderClassName
{
color: #C06926;
}
.AnyTagClassName
{
color: #C06926;
}
</style>
background-color css
<style>
a { background-color: #C06926; }
a { background-color: rgb(192,105,38); }
div.DivClassName
{
background-color: #C06926;
}
.BgClassName
{
background-color: #C06926;
}
</style>
border-color css
<style>
span { border-color: #C06926; }
span { border-color: rgb(192,105,38); }
td.TdClassName
{
border-color: #C06926;
}
.TagClassName
{
border-color: #C06926;
}
</style>