Shades of Ochre #C97427
Tints of Ochre #C97427
RGB
CMYK
RGB Variations
Color information
#C97427 (or 0xC97427) is known color: Ochre. HEX triplet: C9, 74 and 27. RGB value is (201,116,39). Sum of RGB (Red+Green+Blue) = 201+116+39=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C97427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97427 is #368BD8. Grayscale: #858585. Windows color (decimal): -3574745 or 2585801. OLE color: 2585801.
HSL color Cylindrical-coordinate representation of color #C97427: hue angle of 28.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C97427 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 39 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.21 |
| HSL | 28.52º | 0.68% | 0.47% | - |
| HSV(B) | 28.52º | 0.81% | 0.79% | - |
| XYZ | 30.7 | 25.05 | 5.14 | - |
| YUV | 132.64 | 75.16 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 39 | 0 | 0.42 | 0.81 | 0.21 | 28.52 | 0.68 | 0.47 |
| Hex | C9 | 74 | 27 | 0 | 2A | 51 | 15 | 1D | 44 | 2F |
| Octal | 311 | 164 | 47 | 0 | 52 | 121 | 25 | 35 | 104 | 57 |
| Binary | 11001001 | 1110100 | 100111 | 0 | 101010 | 1010001 | 10101 | 11101 | 1000100 | 101111 |
Color Harmonies of #C97427
Complementary color
Monochromatic Colors of #C97427
Black with #C97427
Text Example
Text Example
White with #C97427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97427; }
p { color: rgb(201,116,39); }
H1.HeaderClassName
{
color: #C97427;
}
.AnyTagClassName
{
color: #C97427;
}
</style>
background-color css
<style>
a { background-color: #C97427; }
a { background-color: rgb(201,116,39); }
div.DivClassName
{
background-color: #C97427;
}
.BgClassName
{
background-color: #C97427;
}
</style>
border-color css
<style>
span { border-color: #C97427; }
span { border-color: rgb(201,116,39); }
td.TdClassName
{
border-color: #C97427;
}
.TagClassName
{
border-color: #C97427;
}
</style>