Shades of Christine #C06726
Tints of Christine #C06726
RGB
CMYK
RGB Variations
Color information
#C06726 (or 0xC06726) is known color: Christine. HEX triplet: C0, 67 and 26. RGB value is (192,103,38). Sum of RGB (Red+Green+Blue) = 192+103+38=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C06726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06726 is #3F98D9. Grayscale: #7A7A7A. Windows color (decimal): -4167898 or 2516928. OLE color: 2516928.
HSL color Cylindrical-coordinate representation of color #C06726: hue angle of 25.32º 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 #C06726 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 38 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.25 |
| HSL | 25.32º | 0.67% | 0.45% | - |
| HSV(B) | 25.32º | 0.8% | 0.75% | - |
| XYZ | 26.94 | 21.05 | 4.48 | - |
| YUV | 122.2 | 80.49 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 38 | 0 | 0.46 | 0.80 | 0.25 | 25.32 | 0.67 | 0.45 |
| Hex | C0 | 67 | 26 | 0 | 2E | 50 | 19 | 19 | 43 | 2D |
| Octal | 300 | 147 | 46 | 0 | 56 | 120 | 31 | 31 | 103 | 55 |
| Binary | 11000000 | 1100111 | 100110 | 0 | 101110 | 1010000 | 11001 | 11001 | 1000011 | 101101 |
Color Harmonies of #C06726
Complementary color
Monochromatic Colors of #C06726
Black with #C06726
Text Example
Text Example
White with #C06726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06726; }
p { color: rgb(192,103,38); }
H1.HeaderClassName
{
color: #C06726;
}
.AnyTagClassName
{
color: #C06726;
}
</style>
background-color css
<style>
a { background-color: #C06726; }
a { background-color: rgb(192,103,38); }
div.DivClassName
{
background-color: #C06726;
}
.BgClassName
{
background-color: #C06726;
}
</style>
border-color css
<style>
span { border-color: #C06726; }
span { border-color: rgb(192,103,38); }
td.TdClassName
{
border-color: #C06726;
}
.TagClassName
{
border-color: #C06726;
}
</style>