Shades of Christine #C65C2C
Tints of Christine #C65C2C
RGB
CMYK
RGB Variations
Color information
#C65C2C (or 0xC65C2C) is known color: Christine. HEX triplet: C6, 5C and 2C. RGB value is (198,92,44). Sum of RGB (Red+Green+Blue) = 198+92+44=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65C2C is #39A3D3. Grayscale: #767676. Windows color (decimal): -3777492 or 2907334. OLE color: 2907334.
HSL color Cylindrical-coordinate representation of color #C65C2C: hue angle of 18.7º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C65C2C is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 44 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.22 |
| HSL | 18.7º | 0.64% | 0.47% | - |
| HSV(B) | 18.7º | 0.78% | 0.78% | - |
| XYZ | 27.57 | 19.84 | 4.76 | - |
| YUV | 118.22 | 86.12 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 44 | 0 | 0.54 | 0.78 | 0.22 | 18.7 | 0.64 | 0.47 |
| Hex | C6 | 5C | 2C | 0 | 36 | 4E | 16 | 13 | 40 | 2F |
| Octal | 306 | 134 | 54 | 0 | 66 | 116 | 26 | 23 | 100 | 57 |
| Binary | 11000110 | 1011100 | 101100 | 0 | 110110 | 1001110 | 10110 | 10011 | 1000000 | 101111 |
Color Harmonies of #C65C2C
Complementary color
Monochromatic Colors of #C65C2C
Black with #C65C2C
Text Example
Text Example
White with #C65C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C2C; }
p { color: rgb(198,92,44); }
H1.HeaderClassName
{
color: #C65C2C;
}
.AnyTagClassName
{
color: #C65C2C;
}
</style>
background-color css
<style>
a { background-color: #C65C2C; }
a { background-color: rgb(198,92,44); }
div.DivClassName
{
background-color: #C65C2C;
}
.BgClassName
{
background-color: #C65C2C;
}
</style>
border-color css
<style>
span { border-color: #C65C2C; }
span { border-color: rgb(198,92,44); }
td.TdClassName
{
border-color: #C65C2C;
}
.TagClassName
{
border-color: #C65C2C;
}
</style>