Shades of Ochre #CA7B0C
Tints of Ochre #CA7B0C
RGB
CMYK
RGB Variations
Color information
#CA7B0C (or 0xCA7B0C) is known color: Ochre. HEX triplet: CA, 7B and 0C. RGB value is (202,123,12). Sum of RGB (Red+Green+Blue) = 202+123+12=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B0C is #3584F3. Grayscale: #868686. Windows color (decimal): -3507444 or 818122. OLE color: 818122.
HSL color Cylindrical-coordinate representation of color #CA7B0C: hue angle of 35.05º degrees, saturation: 0.89, 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 #CA7B0C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 12 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.21 |
| HSL | 35.05º | 0.89% | 0.42% | - |
| HSV(B) | 35.05º | 0.94% | 0.79% | - |
| XYZ | 31.51 | 26.75 | 3.85 | - |
| YUV | 133.97 | 59.17 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 12 | 0 | 0.39 | 0.94 | 0.21 | 35.05 | 0.89 | 0.42 |
| Hex | CA | 7B | C | 0 | 27 | 5E | 15 | 23 | 59 | 2A |
| Octal | 312 | 173 | 14 | 0 | 47 | 136 | 25 | 43 | 131 | 52 |
| Binary | 11001010 | 1111011 | 1100 | 0 | 100111 | 1011110 | 10101 | 100011 | 1011001 | 101010 |
Color Harmonies of #CA7B0C
Complementary color
Monochromatic Colors of #CA7B0C
Black with #CA7B0C
Text Example
Text Example
White with #CA7B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B0C; }
p { color: rgb(202,123,12); }
H1.HeaderClassName
{
color: #CA7B0C;
}
.AnyTagClassName
{
color: #CA7B0C;
}
</style>
background-color css
<style>
a { background-color: #CA7B0C; }
a { background-color: rgb(202,123,12); }
div.DivClassName
{
background-color: #CA7B0C;
}
.BgClassName
{
background-color: #CA7B0C;
}
</style>
border-color css
<style>
span { border-color: #CA7B0C; }
span { border-color: rgb(202,123,12); }
td.TdClassName
{
border-color: #CA7B0C;
}
.TagClassName
{
border-color: #CA7B0C;
}
</style>