Shades of Ochre #C97A28
Tints of Ochre #C97A28
RGB
CMYK
RGB Variations
Color information
#C97A28 (or 0xC97A28) is known color: Ochre. HEX triplet: C9, 7A and 28. RGB value is (201,122,40). Sum of RGB (Red+Green+Blue) = 201+122+40=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A28 is #3685D7. Grayscale: #888888. Windows color (decimal): -3573208 or 2652873. OLE color: 2652873.
HSL color Cylindrical-coordinate representation of color #C97A28: hue angle of 30.56º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C97A28 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 40 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.21 |
| HSL | 30.56º | 0.67% | 0.47% | - |
| HSV(B) | 30.56º | 0.8% | 0.79% | - |
| XYZ | 31.43 | 26.49 | 5.46 | - |
| YUV | 136.27 | 73.67 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 40 | 0 | 0.39 | 0.80 | 0.21 | 30.56 | 0.67 | 0.47 |
| Hex | C9 | 7A | 28 | 0 | 27 | 50 | 15 | 1F | 43 | 2F |
| Octal | 311 | 172 | 50 | 0 | 47 | 120 | 25 | 37 | 103 | 57 |
| Binary | 11001001 | 1111010 | 101000 | 0 | 100111 | 1010000 | 10101 | 11111 | 1000011 | 101111 |
Color Harmonies of #C97A28
Complementary color
Monochromatic Colors of #C97A28
Black with #C97A28
Text Example
Text Example
White with #C97A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97A28; }
p { color: rgb(201,122,40); }
H1.HeaderClassName
{
color: #C97A28;
}
.AnyTagClassName
{
color: #C97A28;
}
</style>
background-color css
<style>
a { background-color: #C97A28; }
a { background-color: rgb(201,122,40); }
div.DivClassName
{
background-color: #C97A28;
}
.BgClassName
{
background-color: #C97A28;
}
</style>
border-color css
<style>
span { border-color: #C97A28; }
span { border-color: rgb(201,122,40); }
td.TdClassName
{
border-color: #C97A28;
}
.TagClassName
{
border-color: #C97A28;
}
</style>