Shades of Ochre #C97328
Tints of Ochre #C97328
RGB
CMYK
RGB Variations
Color information
#C97328 (or 0xC97328) is known color: Ochre. HEX triplet: C9, 73 and 28. RGB value is (201,115,40). Sum of RGB (Red+Green+Blue) = 201+115+40=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C97328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97328 is #368CD7. Grayscale: #848484. Windows color (decimal): -3575000 or 2651081. OLE color: 2651081.
HSL color Cylindrical-coordinate representation of color #C97328: hue angle of 27.95º 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 #C97328 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 40 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.21 |
| HSL | 27.95º | 0.67% | 0.47% | - |
| HSV(B) | 27.95º | 0.8% | 0.79% | - |
| XYZ | 30.6 | 24.83 | 5.19 | - |
| YUV | 132.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 40 | 0 | 0.43 | 0.80 | 0.21 | 27.95 | 0.67 | 0.47 |
| Hex | C9 | 73 | 28 | 0 | 2B | 50 | 15 | 1C | 43 | 2F |
| Octal | 311 | 163 | 50 | 0 | 53 | 120 | 25 | 34 | 103 | 57 |
| Binary | 11001001 | 1110011 | 101000 | 0 | 101011 | 1010000 | 10101 | 11100 | 1000011 | 101111 |
Color Harmonies of #C97328
Complementary color
Monochromatic Colors of #C97328
Black with #C97328
Text Example
Text Example
White with #C97328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97328; }
p { color: rgb(201,115,40); }
H1.HeaderClassName
{
color: #C97328;
}
.AnyTagClassName
{
color: #C97328;
}
</style>
background-color css
<style>
a { background-color: #C97328; }
a { background-color: rgb(201,115,40); }
div.DivClassName
{
background-color: #C97328;
}
.BgClassName
{
background-color: #C97328;
}
</style>
border-color css
<style>
span { border-color: #C97328; }
span { border-color: rgb(201,115,40); }
td.TdClassName
{
border-color: #C97328;
}
.TagClassName
{
border-color: #C97328;
}
</style>