Shades of Ochre #C26C1B
Tints of Ochre #C26C1B
RGB
CMYK
RGB Variations
Color information
#C26C1B (or 0xC26C1B) is known color: Ochre. HEX triplet: C2, 6C and 1B. RGB value is (194,108,27). Sum of RGB (Red+Green+Blue) = 194+108+27=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26C1B is #3D93E4. Grayscale: #7C7C7C. Windows color (decimal): -4035557 or 1797314. OLE color: 1797314.
HSL color Cylindrical-coordinate representation of color #C26C1B: hue angle of 29.1º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C26C1B is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 27 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.24 |
| HSL | 29.1º | 0.76% | 0.43% | - |
| HSV(B) | 29.1º | 0.86% | 0.76% | - |
| XYZ | 27.81 | 22.27 | 3.87 | - |
| YUV | 124.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 27 | 0 | 0.44 | 0.86 | 0.24 | 29.1 | 0.76 | 0.43 |
| Hex | C2 | 6C | 1B | 0 | 2C | 56 | 18 | 1D | 4C | 2B |
| Octal | 302 | 154 | 33 | 0 | 54 | 126 | 30 | 35 | 114 | 53 |
| Binary | 11000010 | 1101100 | 11011 | 0 | 101100 | 1010110 | 11000 | 11101 | 1001100 | 101011 |
Color Harmonies of #C26C1B
Complementary color
Monochromatic Colors of #C26C1B
Black with #C26C1B
Text Example
Text Example
White with #C26C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C1B; }
p { color: rgb(194,108,27); }
H1.HeaderClassName
{
color: #C26C1B;
}
.AnyTagClassName
{
color: #C26C1B;
}
</style>
background-color css
<style>
a { background-color: #C26C1B; }
a { background-color: rgb(194,108,27); }
div.DivClassName
{
background-color: #C26C1B;
}
.BgClassName
{
background-color: #C26C1B;
}
</style>
border-color css
<style>
span { border-color: #C26C1B; }
span { border-color: rgb(194,108,27); }
td.TdClassName
{
border-color: #C26C1B;
}
.TagClassName
{
border-color: #C26C1B;
}
</style>