Shades of Christine #C06736
Tints of Christine #C06736
RGB
CMYK
RGB Variations
Color information
#C06736 (or 0xC06736) is known color: Christine. HEX triplet: C0, 67 and 36. RGB value is (192,103,54). Sum of RGB (Red+Green+Blue) = 192+103+54=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C06736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06736 is #3F98C9. Grayscale: #7C7C7C. Windows color (decimal): -4167882 or 3565504. OLE color: 3565504.
HSL color Cylindrical-coordinate representation of color #C06736: hue angle of 21.3º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C06736 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 54 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.25 |
| HSL | 21.3º | 0.56% | 0.48% | - |
| HSV(B) | 21.3º | 0.72% | 0.75% | - |
| XYZ | 27.25 | 21.17 | 6.14 | - |
| YUV | 124.03 | 88.49 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 54 | 0 | 0.46 | 0.72 | 0.25 | 21.3 | 0.56 | 0.48 |
| Hex | C0 | 67 | 36 | 0 | 2E | 48 | 19 | 15 | 38 | 30 |
| Octal | 300 | 147 | 66 | 0 | 56 | 110 | 31 | 25 | 70 | 60 |
| Binary | 11000000 | 1100111 | 110110 | 0 | 101110 | 1001000 | 11001 | 10101 | 111000 | 110000 |
Color Harmonies of #C06736
Complementary color
Monochromatic Colors of #C06736
Black with #C06736
Text Example
Text Example
White with #C06736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06736; }
p { color: rgb(192,103,54); }
H1.HeaderClassName
{
color: #C06736;
}
.AnyTagClassName
{
color: #C06736;
}
</style>
background-color css
<style>
a { background-color: #C06736; }
a { background-color: rgb(192,103,54); }
div.DivClassName
{
background-color: #C06736;
}
.BgClassName
{
background-color: #C06736;
}
</style>
border-color css
<style>
span { border-color: #C06736; }
span { border-color: rgb(192,103,54); }
td.TdClassName
{
border-color: #C06736;
}
.TagClassName
{
border-color: #C06736;
}
</style>