Shades of Ochre #CA7B0D
Tints of Ochre #CA7B0D
RGB
CMYK
RGB Variations
Color information
#CA7B0D (or 0xCA7B0D) is known color: Ochre. HEX triplet: CA, 7B and 0D. RGB value is (202,123,13). Sum of RGB (Red+Green+Blue) = 202+123+13=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B0D is #3584F2. Grayscale: #868686. Windows color (decimal): -3507443 or 883658. OLE color: 883658.
HSL color Cylindrical-coordinate representation of color #CA7B0D: hue angle of 34.92º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA7B0D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 13 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.21 |
| HSL | 34.92º | 0.88% | 0.42% | - |
| HSV(B) | 34.92º | 0.94% | 0.79% | - |
| XYZ | 31.51 | 26.75 | 3.88 | - |
| YUV | 134.08 | 59.67 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 13 | 0 | 0.39 | 0.94 | 0.21 | 34.92 | 0.88 | 0.42 |
| Hex | CA | 7B | D | 0 | 27 | 5E | 15 | 23 | 58 | 2A |
| Octal | 312 | 173 | 15 | 0 | 47 | 136 | 25 | 43 | 130 | 52 |
| Binary | 11001010 | 1111011 | 1101 | 0 | 100111 | 1011110 | 10101 | 100011 | 1011000 | 101010 |
Color Harmonies of #CA7B0D
Complementary color
Monochromatic Colors of #CA7B0D
Black with #CA7B0D
Text Example
Text Example
White with #CA7B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B0D; }
p { color: rgb(202,123,13); }
H1.HeaderClassName
{
color: #CA7B0D;
}
.AnyTagClassName
{
color: #CA7B0D;
}
</style>
background-color css
<style>
a { background-color: #CA7B0D; }
a { background-color: rgb(202,123,13); }
div.DivClassName
{
background-color: #CA7B0D;
}
.BgClassName
{
background-color: #CA7B0D;
}
</style>
border-color css
<style>
span { border-color: #CA7B0D; }
span { border-color: rgb(202,123,13); }
td.TdClassName
{
border-color: #CA7B0D;
}
.TagClassName
{
border-color: #CA7B0D;
}
</style>