Shades of Ochre #C97A13
Tints of Ochre #C97A13
RGB
CMYK
RGB Variations
Color information
#C97A13 (or 0xC97A13) is known color: Ochre. HEX triplet: C9, 7A and 13. RGB value is (201,122,19). Sum of RGB (Red+Green+Blue) = 201+122+19=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97A13 is #3685EC. Grayscale: #868686. Windows color (decimal): -3573229 or 1276617. OLE color: 1276617.
HSL color Cylindrical-coordinate representation of color #C97A13: hue angle of 33.96º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C97A13 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 19 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.21 |
| HSL | 33.96º | 0.83% | 0.43% | - |
| HSV(B) | 33.96º | 0.91% | 0.79% | - |
| XYZ | 31.16 | 26.38 | 4.07 | - |
| YUV | 133.88 | 63.17 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 19 | 0 | 0.39 | 0.91 | 0.21 | 33.96 | 0.83 | 0.43 |
| Hex | C9 | 7A | 13 | 0 | 27 | 5B | 15 | 22 | 53 | 2B |
| Octal | 311 | 172 | 23 | 0 | 47 | 133 | 25 | 42 | 123 | 53 |
| Binary | 11001001 | 1111010 | 10011 | 0 | 100111 | 1011011 | 10101 | 100010 | 1010011 | 101011 |
Color Harmonies of #C97A13
Complementary color
Monochromatic Colors of #C97A13
Black with #C97A13
Text Example
Text Example
White with #C97A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A13; }
p { color: rgb(201,122,19); }
H1.HeaderClassName
{
color: #C97A13;
}
.AnyTagClassName
{
color: #C97A13;
}
</style>
background-color css
<style>
a { background-color: #C97A13; }
a { background-color: rgb(201,122,19); }
div.DivClassName
{
background-color: #C97A13;
}
.BgClassName
{
background-color: #C97A13;
}
</style>
border-color css
<style>
span { border-color: #C97A13; }
span { border-color: rgb(201,122,19); }
td.TdClassName
{
border-color: #C97A13;
}
.TagClassName
{
border-color: #C97A13;
}
</style>