Shades of Ochre #CA7A12
Tints of Ochre #CA7A12
RGB
CMYK
RGB Variations
Color information
#CA7A12 (or 0xCA7A12) is known color: Ochre. HEX triplet: CA, 7A and 12. RGB value is (202,122,18). Sum of RGB (Red+Green+Blue) = 202+122+18=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7A12 is #3585ED. Grayscale: #868686. Windows color (decimal): -3507694 or 1211082. OLE color: 1211082.
HSL color Cylindrical-coordinate representation of color #CA7A12: hue angle of 33.91º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA7A12 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 18 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.21 |
| HSL | 33.91º | 0.84% | 0.43% | - |
| HSV(B) | 33.91º | 0.91% | 0.79% | - |
| XYZ | 31.43 | 26.52 | 4.03 | - |
| YUV | 134.06 | 62.5 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 18 | 0 | 0.40 | 0.91 | 0.21 | 33.91 | 0.84 | 0.43 |
| Hex | CA | 7A | 12 | 0 | 28 | 5B | 15 | 22 | 54 | 2B |
| Octal | 312 | 172 | 22 | 0 | 50 | 133 | 25 | 42 | 124 | 53 |
| Binary | 11001010 | 1111010 | 10010 | 0 | 101000 | 1011011 | 10101 | 100010 | 1010100 | 101011 |
Color Harmonies of #CA7A12
Complementary color
Monochromatic Colors of #CA7A12
Black with #CA7A12
Text Example
Text Example
White with #CA7A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A12; }
p { color: rgb(202,122,18); }
H1.HeaderClassName
{
color: #CA7A12;
}
.AnyTagClassName
{
color: #CA7A12;
}
</style>
background-color css
<style>
a { background-color: #CA7A12; }
a { background-color: rgb(202,122,18); }
div.DivClassName
{
background-color: #CA7A12;
}
.BgClassName
{
background-color: #CA7A12;
}
</style>
border-color css
<style>
span { border-color: #CA7A12; }
span { border-color: rgb(202,122,18); }
td.TdClassName
{
border-color: #CA7A12;
}
.TagClassName
{
border-color: #CA7A12;
}
</style>