Shades of Christine #C0672E
Tints of Christine #C0672E
RGB
CMYK
RGB Variations
Color information
#C0672E (or 0xC0672E) is known color: Christine. HEX triplet: C0, 67 and 2E. RGB value is (192,103,46). Sum of RGB (Red+Green+Blue) = 192+103+46=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0672E is #3F98D1. Grayscale: #7B7B7B. Windows color (decimal): -4167890 or 3041216. OLE color: 3041216.
HSL color Cylindrical-coordinate representation of color #C0672E: hue angle of 23.42º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0672E is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 46 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.25 |
| HSL | 23.42º | 0.61% | 0.47% | - |
| HSV(B) | 23.42º | 0.76% | 0.75% | - |
| XYZ | 27.08 | 21.1 | 5.23 | - |
| YUV | 123.11 | 84.49 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 46 | 0 | 0.46 | 0.76 | 0.25 | 23.42 | 0.61 | 0.47 |
| Hex | C0 | 67 | 2E | 0 | 2E | 4C | 19 | 17 | 3D | 2F |
| Octal | 300 | 147 | 56 | 0 | 56 | 114 | 31 | 27 | 75 | 57 |
| Binary | 11000000 | 1100111 | 101110 | 0 | 101110 | 1001100 | 11001 | 10111 | 111101 | 101111 |
Color Harmonies of #C0672E
Complementary color
Monochromatic Colors of #C0672E
Black with #C0672E
Text Example
Text Example
White with #C0672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0672E; }
p { color: rgb(192,103,46); }
H1.HeaderClassName
{
color: #C0672E;
}
.AnyTagClassName
{
color: #C0672E;
}
</style>
background-color css
<style>
a { background-color: #C0672E; }
a { background-color: rgb(192,103,46); }
div.DivClassName
{
background-color: #C0672E;
}
.BgClassName
{
background-color: #C0672E;
}
</style>
border-color css
<style>
span { border-color: #C0672E; }
span { border-color: rgb(192,103,46); }
td.TdClassName
{
border-color: #C0672E;
}
.TagClassName
{
border-color: #C0672E;
}
</style>