Shades of Ochre #C27A1C
Tints of Ochre #C27A1C
RGB
CMYK
RGB Variations
Color information
#C27A1C (or 0xC27A1C) is known color: Ochre. HEX triplet: C2, 7A and 1C. RGB value is (194,122,28). Sum of RGB (Red+Green+Blue) = 194+122+28=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A1C is #3D85E3. Grayscale: #858585. Windows color (decimal): -4031972 or 1866434. OLE color: 1866434.
HSL color Cylindrical-coordinate representation of color #C27A1C: hue angle of 33.98º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C27A1C is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 28 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.24 |
| HSL | 33.98º | 0.75% | 0.44% | - |
| HSV(B) | 33.98º | 0.86% | 0.76% | - |
| XYZ | 29.42 | 25.47 | 4.46 | - |
| YUV | 132.81 | 68.85 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 28 | 0 | 0.37 | 0.86 | 0.24 | 33.98 | 0.75 | 0.44 |
| Hex | C2 | 7A | 1C | 0 | 25 | 56 | 18 | 22 | 4B | 2C |
| Octal | 302 | 172 | 34 | 0 | 45 | 126 | 30 | 42 | 113 | 54 |
| Binary | 11000010 | 1111010 | 11100 | 0 | 100101 | 1010110 | 11000 | 100010 | 1001011 | 101100 |
Color Harmonies of #C27A1C
Complementary color
Monochromatic Colors of #C27A1C
Black with #C27A1C
Text Example
Text Example
White with #C27A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A1C; }
p { color: rgb(194,122,28); }
H1.HeaderClassName
{
color: #C27A1C;
}
.AnyTagClassName
{
color: #C27A1C;
}
</style>
background-color css
<style>
a { background-color: #C27A1C; }
a { background-color: rgb(194,122,28); }
div.DivClassName
{
background-color: #C27A1C;
}
.BgClassName
{
background-color: #C27A1C;
}
</style>
border-color css
<style>
span { border-color: #C27A1C; }
span { border-color: rgb(194,122,28); }
td.TdClassName
{
border-color: #C27A1C;
}
.TagClassName
{
border-color: #C27A1C;
}
</style>