Shades of Christine #C06C2F
Tints of Christine #C06C2F
RGB
CMYK
RGB Variations
Color information
#C06C2F (or 0xC06C2F) is known color: Christine. HEX triplet: C0, 6C and 2F. RGB value is (192,108,47). Sum of RGB (Red+Green+Blue) = 192+108+47=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C2F is #3F93D0. Grayscale: #7E7E7E. Windows color (decimal): -4166609 or 3108032. OLE color: 3108032.
HSL color Cylindrical-coordinate representation of color #C06C2F: hue angle of 25.24º 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 #C06C2F is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 47 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.25 |
| HSL | 25.24º | 0.61% | 0.47% | - |
| HSV(B) | 25.24º | 0.76% | 0.75% | - |
| XYZ | 27.61 | 22.14 | 5.51 | - |
| YUV | 126.16 | 83.33 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 47 | 0 | 0.44 | 0.76 | 0.25 | 25.24 | 0.61 | 0.47 |
| Hex | C0 | 6C | 2F | 0 | 2C | 4C | 19 | 19 | 3D | 2F |
| Octal | 300 | 154 | 57 | 0 | 54 | 114 | 31 | 31 | 75 | 57 |
| Binary | 11000000 | 1101100 | 101111 | 0 | 101100 | 1001100 | 11001 | 11001 | 111101 | 101111 |
Color Harmonies of #C06C2F
Complementary color
Monochromatic Colors of #C06C2F
Black with #C06C2F
Text Example
Text Example
White with #C06C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C2F; }
p { color: rgb(192,108,47); }
H1.HeaderClassName
{
color: #C06C2F;
}
.AnyTagClassName
{
color: #C06C2F;
}
</style>
background-color css
<style>
a { background-color: #C06C2F; }
a { background-color: rgb(192,108,47); }
div.DivClassName
{
background-color: #C06C2F;
}
.BgClassName
{
background-color: #C06C2F;
}
</style>
border-color css
<style>
span { border-color: #C06C2F; }
span { border-color: rgb(192,108,47); }
td.TdClassName
{
border-color: #C06C2F;
}
.TagClassName
{
border-color: #C06C2F;
}
</style>