Shades of Christine #C06732
Tints of Christine #C06732
RGB
CMYK
RGB Variations
Color information
#C06732 (or 0xC06732) is known color: Christine. HEX triplet: C0, 67 and 32. RGB value is (192,103,50). Sum of RGB (Red+Green+Blue) = 192+103+50=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C06732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06732 is #3F98CD. Grayscale: #7B7B7B. Windows color (decimal): -4167886 or 3303360. OLE color: 3303360.
HSL color Cylindrical-coordinate representation of color #C06732: hue angle of 22.39º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C06732 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 50 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.25 |
| HSL | 22.39º | 0.59% | 0.47% | - |
| HSV(B) | 22.39º | 0.74% | 0.75% | - |
| XYZ | 27.16 | 21.14 | 5.67 | - |
| YUV | 123.57 | 86.49 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 50 | 0 | 0.46 | 0.74 | 0.25 | 22.39 | 0.59 | 0.47 |
| Hex | C0 | 67 | 32 | 0 | 2E | 4A | 19 | 16 | 3B | 2F |
| Octal | 300 | 147 | 62 | 0 | 56 | 112 | 31 | 26 | 73 | 57 |
| Binary | 11000000 | 1100111 | 110010 | 0 | 101110 | 1001010 | 11001 | 10110 | 111011 | 101111 |
Color Harmonies of #C06732
Complementary color
Monochromatic Colors of #C06732
Black with #C06732
Text Example
Text Example
White with #C06732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06732; }
p { color: rgb(192,103,50); }
H1.HeaderClassName
{
color: #C06732;
}
.AnyTagClassName
{
color: #C06732;
}
</style>
background-color css
<style>
a { background-color: #C06732; }
a { background-color: rgb(192,103,50); }
div.DivClassName
{
background-color: #C06732;
}
.BgClassName
{
background-color: #C06732;
}
</style>
border-color css
<style>
span { border-color: #C06732; }
span { border-color: rgb(192,103,50); }
td.TdClassName
{
border-color: #C06732;
}
.TagClassName
{
border-color: #C06732;
}
</style>