Shades of Ochre #CA7D13
Tints of Ochre #CA7D13
RGB
CMYK
RGB Variations
Color information
#CA7D13 (or 0xCA7D13) is known color: Ochre. HEX triplet: CA, 7D and 13. RGB value is (202,125,19). Sum of RGB (Red+Green+Blue) = 202+125+19=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D13 is #3582EC. Grayscale: #888888. Windows color (decimal): -3506925 or 1277386. OLE color: 1277386.
HSL color Cylindrical-coordinate representation of color #CA7D13: hue angle of 34.75º degrees, saturation: 0.83, 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 #CA7D13 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 19 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.21 |
| HSL | 34.75º | 0.83% | 0.43% | - |
| HSV(B) | 34.75º | 0.91% | 0.79% | - |
| XYZ | 31.81 | 27.27 | 4.2 | - |
| YUV | 135.94 | 62.01 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 19 | 0 | 0.38 | 0.91 | 0.21 | 34.75 | 0.83 | 0.43 |
| Hex | CA | 7D | 13 | 0 | 26 | 5B | 15 | 23 | 53 | 2B |
| Octal | 312 | 175 | 23 | 0 | 46 | 133 | 25 | 43 | 123 | 53 |
| Binary | 11001010 | 1111101 | 10011 | 0 | 100110 | 1011011 | 10101 | 100011 | 1010011 | 101011 |
Color Harmonies of #CA7D13
Complementary color
Monochromatic Colors of #CA7D13
Black with #CA7D13
Text Example
Text Example
White with #CA7D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D13; }
p { color: rgb(202,125,19); }
H1.HeaderClassName
{
color: #CA7D13;
}
.AnyTagClassName
{
color: #CA7D13;
}
</style>
background-color css
<style>
a { background-color: #CA7D13; }
a { background-color: rgb(202,125,19); }
div.DivClassName
{
background-color: #CA7D13;
}
.BgClassName
{
background-color: #CA7D13;
}
</style>
border-color css
<style>
span { border-color: #CA7D13; }
span { border-color: rgb(202,125,19); }
td.TdClassName
{
border-color: #CA7D13;
}
.TagClassName
{
border-color: #CA7D13;
}
</style>