Shades of Ochre #C97A2A
Tints of Ochre #C97A2A
RGB
CMYK
RGB Variations
Color information
#C97A2A (or 0xC97A2A) is known color: Ochre. HEX triplet: C9, 7A and 2A. RGB value is (201,122,42). Sum of RGB (Red+Green+Blue) = 201+122+42=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A2A is #3685D5. Grayscale: #888888. Windows color (decimal): -3573206 or 2783945. OLE color: 2783945.
HSL color Cylindrical-coordinate representation of color #C97A2A: hue angle of 30.19º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C97A2A is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 42 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.21 |
| HSL | 30.19º | 0.65% | 0.48% | - |
| HSV(B) | 30.19º | 0.79% | 0.79% | - |
| XYZ | 31.46 | 26.5 | 5.65 | - |
| YUV | 136.5 | 74.67 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 42 | 0 | 0.39 | 0.79 | 0.21 | 30.19 | 0.65 | 0.48 |
| Hex | C9 | 7A | 2A | 0 | 27 | 4F | 15 | 1E | 41 | 30 |
| Octal | 311 | 172 | 52 | 0 | 47 | 117 | 25 | 36 | 101 | 60 |
| Binary | 11001001 | 1111010 | 101010 | 0 | 100111 | 1001111 | 10101 | 11110 | 1000001 | 110000 |
Color Harmonies of #C97A2A
Complementary color
Monochromatic Colors of #C97A2A
Black with #C97A2A
Text Example
Text Example
White with #C97A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A2A; }
p { color: rgb(201,122,42); }
H1.HeaderClassName
{
color: #C97A2A;
}
.AnyTagClassName
{
color: #C97A2A;
}
</style>
background-color css
<style>
a { background-color: #C97A2A; }
a { background-color: rgb(201,122,42); }
div.DivClassName
{
background-color: #C97A2A;
}
.BgClassName
{
background-color: #C97A2A;
}
</style>
border-color css
<style>
span { border-color: #C97A2A; }
span { border-color: rgb(201,122,42); }
td.TdClassName
{
border-color: #C97A2A;
}
.TagClassName
{
border-color: #C97A2A;
}
</style>