Shades of Christine #C06D30
Tints of Christine #C06D30
RGB
CMYK
RGB Variations
Color information
#C06D30 (or 0xC06D30) is known color: Christine. HEX triplet: C0, 6D and 30. RGB value is (192,109,48). Sum of RGB (Red+Green+Blue) = 192+109+48=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D30 is #3F92CF. Grayscale: #7F7F7F. Windows color (decimal): -4166352 or 3173824. OLE color: 3173824.
HSL color Cylindrical-coordinate representation of color #C06D30: hue angle of 25.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C06D30 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 48 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.25 |
| HSL | 25.42º | 0.6% | 0.47% | - |
| HSV(B) | 25.42º | 0.75% | 0.75% | - |
| XYZ | 27.74 | 22.36 | 5.65 | - |
| YUV | 126.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 48 | 0 | 0.43 | 0.75 | 0.25 | 25.42 | 0.6 | 0.47 |
| Hex | C0 | 6D | 30 | 0 | 2B | 4B | 19 | 19 | 3C | 2F |
| Octal | 300 | 155 | 60 | 0 | 53 | 113 | 31 | 31 | 74 | 57 |
| Binary | 11000000 | 1101101 | 110000 | 0 | 101011 | 1001011 | 11001 | 11001 | 111100 | 101111 |
Color Harmonies of #C06D30
Complementary color
Monochromatic Colors of #C06D30
Black with #C06D30
Text Example
Text Example
White with #C06D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D30; }
p { color: rgb(192,109,48); }
H1.HeaderClassName
{
color: #C06D30;
}
.AnyTagClassName
{
color: #C06D30;
}
</style>
background-color css
<style>
a { background-color: #C06D30; }
a { background-color: rgb(192,109,48); }
div.DivClassName
{
background-color: #C06D30;
}
.BgClassName
{
background-color: #C06D30;
}
</style>
border-color css
<style>
span { border-color: #C06D30; }
span { border-color: rgb(192,109,48); }
td.TdClassName
{
border-color: #C06D30;
}
.TagClassName
{
border-color: #C06D30;
}
</style>