Shades of Ochre #C97B1C
Tints of Ochre #C97B1C
RGB
CMYK
RGB Variations
Color information
#C97B1C (or 0xC97B1C) is known color: Ochre. HEX triplet: C9, 7B and 1C. RGB value is (201,123,28). Sum of RGB (Red+Green+Blue) = 201+123+28=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97B1C is #3684E3. Grayscale: #878787. Windows color (decimal): -3572964 or 1866697. OLE color: 1866697.
HSL color Cylindrical-coordinate representation of color #C97B1C: hue angle of 32.95º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C97B1C is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 28 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.21 |
| HSL | 32.95º | 0.76% | 0.45% | - |
| HSV(B) | 32.95º | 0.86% | 0.79% | - |
| XYZ | 31.38 | 26.67 | 4.59 | - |
| YUV | 135.49 | 67.34 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 28 | 0 | 0.39 | 0.86 | 0.21 | 32.95 | 0.76 | 0.45 |
| Hex | C9 | 7B | 1C | 0 | 27 | 56 | 15 | 21 | 4C | 2D |
| Octal | 311 | 173 | 34 | 0 | 47 | 126 | 25 | 41 | 114 | 55 |
| Binary | 11001001 | 1111011 | 11100 | 0 | 100111 | 1010110 | 10101 | 100001 | 1001100 | 101101 |
Color Harmonies of #C97B1C
Complementary color
Monochromatic Colors of #C97B1C
Black with #C97B1C
Text Example
Text Example
White with #C97B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97B1C; }
p { color: rgb(201,123,28); }
H1.HeaderClassName
{
color: #C97B1C;
}
.AnyTagClassName
{
color: #C97B1C;
}
</style>
background-color css
<style>
a { background-color: #C97B1C; }
a { background-color: rgb(201,123,28); }
div.DivClassName
{
background-color: #C97B1C;
}
.BgClassName
{
background-color: #C97B1C;
}
</style>
border-color css
<style>
span { border-color: #C97B1C; }
span { border-color: rgb(201,123,28); }
td.TdClassName
{
border-color: #C97B1C;
}
.TagClassName
{
border-color: #C97B1C;
}
</style>