Shades of Ochre #C97D27
Tints of Ochre #C97D27
RGB
CMYK
RGB Variations
Color information
#C97D27 (or 0xC97D27) is known color: Ochre. HEX triplet: C9, 7D and 27. RGB value is (201,125,39). Sum of RGB (Red+Green+Blue) = 201+125+39=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D27 is #3682D8. Grayscale: #8A8A8A. Windows color (decimal): -3572441 or 2588105. OLE color: 2588105.
HSL color Cylindrical-coordinate representation of color #C97D27: hue angle of 31.85º 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 #C97D27 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 39 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.21 |
| HSL | 31.85º | 0.68% | 0.47% | - |
| HSV(B) | 31.85º | 0.81% | 0.79% | - |
| XYZ | 31.79 | 27.23 | 5.5 | - |
| YUV | 137.92 | 72.18 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 39 | 0 | 0.38 | 0.81 | 0.21 | 31.85 | 0.68 | 0.47 |
| Hex | C9 | 7D | 27 | 0 | 26 | 51 | 15 | 20 | 44 | 2F |
| Octal | 311 | 175 | 47 | 0 | 46 | 121 | 25 | 40 | 104 | 57 |
| Binary | 11001001 | 1111101 | 100111 | 0 | 100110 | 1010001 | 10101 | 100000 | 1000100 | 101111 |
Color Harmonies of #C97D27
Complementary color
Monochromatic Colors of #C97D27
Black with #C97D27
Text Example
Text Example
White with #C97D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D27; }
p { color: rgb(201,125,39); }
H1.HeaderClassName
{
color: #C97D27;
}
.AnyTagClassName
{
color: #C97D27;
}
</style>
background-color css
<style>
a { background-color: #C97D27; }
a { background-color: rgb(201,125,39); }
div.DivClassName
{
background-color: #C97D27;
}
.BgClassName
{
background-color: #C97D27;
}
</style>
border-color css
<style>
span { border-color: #C97D27; }
span { border-color: rgb(201,125,39); }
td.TdClassName
{
border-color: #C97D27;
}
.TagClassName
{
border-color: #C97D27;
}
</style>