Shades of Christine #C06A1F
Tints of Christine #C06A1F
RGB
CMYK
RGB Variations
Color information
#C06A1F (or 0xC06A1F) is known color: Christine. HEX triplet: C0, 6A and 1F. RGB value is (192,106,31). Sum of RGB (Red+Green+Blue) = 192+106+31=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A1F is #3F95E0. Grayscale: #7B7B7B. Windows color (decimal): -4167137 or 2058944. OLE color: 2058944.
HSL color Cylindrical-coordinate representation of color #C06A1F: hue angle of 27.95º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C06A1F is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 31 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.25 |
| HSL | 27.95º | 0.72% | 0.44% | - |
| HSV(B) | 27.95º | 0.84% | 0.75% | - |
| XYZ | 27.14 | 21.61 | 4.04 | - |
| YUV | 123.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 31 | 0 | 0.45 | 0.84 | 0.25 | 27.95 | 0.72 | 0.44 |
| Hex | C0 | 6A | 1F | 0 | 2D | 54 | 19 | 1C | 48 | 2C |
| Octal | 300 | 152 | 37 | 0 | 55 | 124 | 31 | 34 | 110 | 54 |
| Binary | 11000000 | 1101010 | 11111 | 0 | 101101 | 1010100 | 11001 | 11100 | 1001000 | 101100 |
Color Harmonies of #C06A1F
Complementary color
Monochromatic Colors of #C06A1F
Black with #C06A1F
Text Example
Text Example
White with #C06A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A1F; }
p { color: rgb(192,106,31); }
H1.HeaderClassName
{
color: #C06A1F;
}
.AnyTagClassName
{
color: #C06A1F;
}
</style>
background-color css
<style>
a { background-color: #C06A1F; }
a { background-color: rgb(192,106,31); }
div.DivClassName
{
background-color: #C06A1F;
}
.BgClassName
{
background-color: #C06A1F;
}
</style>
border-color css
<style>
span { border-color: #C06A1F; }
span { border-color: rgb(192,106,31); }
td.TdClassName
{
border-color: #C06A1F;
}
.TagClassName
{
border-color: #C06A1F;
}
</style>