Shades of Ochre #CA7B11
Tints of Ochre #CA7B11
RGB
CMYK
RGB Variations
Color information
#CA7B11 (or 0xCA7B11) is known color: Ochre. HEX triplet: CA, 7B and 11. RGB value is (202,123,17). Sum of RGB (Red+Green+Blue) = 202+123+17=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B11 is #3584EE. Grayscale: #878787. Windows color (decimal): -3507439 or 1145802. OLE color: 1145802.
HSL color Cylindrical-coordinate representation of color #CA7B11: hue angle of 34.38º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA7B11 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 17 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.21 |
| HSL | 34.38º | 0.84% | 0.43% | - |
| HSV(B) | 34.38º | 0.92% | 0.79% | - |
| XYZ | 31.54 | 26.76 | 4.03 | - |
| YUV | 134.54 | 61.67 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 17 | 0 | 0.39 | 0.92 | 0.21 | 34.38 | 0.84 | 0.43 |
| Hex | CA | 7B | 11 | 0 | 27 | 5C | 15 | 22 | 54 | 2B |
| Octal | 312 | 173 | 21 | 0 | 47 | 134 | 25 | 42 | 124 | 53 |
| Binary | 11001010 | 1111011 | 10001 | 0 | 100111 | 1011100 | 10101 | 100010 | 1010100 | 101011 |
Color Harmonies of #CA7B11
Complementary color
Monochromatic Colors of #CA7B11
Black with #CA7B11
Text Example
Text Example
White with #CA7B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B11; }
p { color: rgb(202,123,17); }
H1.HeaderClassName
{
color: #CA7B11;
}
.AnyTagClassName
{
color: #CA7B11;
}
</style>
background-color css
<style>
a { background-color: #CA7B11; }
a { background-color: rgb(202,123,17); }
div.DivClassName
{
background-color: #CA7B11;
}
.BgClassName
{
background-color: #CA7B11;
}
</style>
border-color css
<style>
span { border-color: #CA7B11; }
span { border-color: rgb(202,123,17); }
td.TdClassName
{
border-color: #CA7B11;
}
.TagClassName
{
border-color: #CA7B11;
}
</style>