Shades of Ochre #CA7F13
Tints of Ochre #CA7F13
RGB
CMYK
RGB Variations
Color information
#CA7F13 (or 0xCA7F13) is known color: Ochre. HEX triplet: CA, 7F and 13. RGB value is (202,127,19). Sum of RGB (Red+Green+Blue) = 202+127+19=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7F13 is #3580EC. Grayscale: #898989. Windows color (decimal): -3506413 or 1277898. OLE color: 1277898.
HSL color Cylindrical-coordinate representation of color #CA7F13: hue angle of 35.41º 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 #CA7F13 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 19 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.21 |
| HSL | 35.41º | 0.83% | 0.43% | - |
| HSV(B) | 35.41º | 0.91% | 0.79% | - |
| XYZ | 32.06 | 27.78 | 4.29 | - |
| YUV | 137.11 | 61.35 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 19 | 0 | 0.37 | 0.91 | 0.21 | 35.41 | 0.83 | 0.43 |
| Hex | CA | 7F | 13 | 0 | 25 | 5B | 15 | 23 | 53 | 2B |
| Octal | 312 | 177 | 23 | 0 | 45 | 133 | 25 | 43 | 123 | 53 |
| Binary | 11001010 | 1111111 | 10011 | 0 | 100101 | 1011011 | 10101 | 100011 | 1010011 | 101011 |
Color Harmonies of #CA7F13
Complementary color
Monochromatic Colors of #CA7F13
Black with #CA7F13
Text Example
Text Example
White with #CA7F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F13; }
p { color: rgb(202,127,19); }
H1.HeaderClassName
{
color: #CA7F13;
}
.AnyTagClassName
{
color: #CA7F13;
}
</style>
background-color css
<style>
a { background-color: #CA7F13; }
a { background-color: rgb(202,127,19); }
div.DivClassName
{
background-color: #CA7F13;
}
.BgClassName
{
background-color: #CA7F13;
}
</style>
border-color css
<style>
span { border-color: #CA7F13; }
span { border-color: rgb(202,127,19); }
td.TdClassName
{
border-color: #CA7F13;
}
.TagClassName
{
border-color: #CA7F13;
}
</style>