Shades of Ochre #CA7A1F
Tints of Ochre #CA7A1F
RGB
CMYK
RGB Variations
Color information
#CA7A1F (or 0xCA7A1F) is known color: Ochre. HEX triplet: CA, 7A and 1F. RGB value is (202,122,31). Sum of RGB (Red+Green+Blue) = 202+122+31=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A1F is #3585E0. Grayscale: #878787. Windows color (decimal): -3507681 or 2063050. OLE color: 2063050.
HSL color Cylindrical-coordinate representation of color #CA7A1F: hue angle of 31.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA7A1F is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 31 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.21 |
| HSL | 31.93º | 0.73% | 0.46% | - |
| HSV(B) | 31.93º | 0.85% | 0.79% | - |
| XYZ | 31.56 | 26.57 | 4.76 | - |
| YUV | 135.55 | 69 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 31 | 0 | 0.40 | 0.85 | 0.21 | 31.93 | 0.73 | 0.46 |
| Hex | CA | 7A | 1F | 0 | 28 | 55 | 15 | 20 | 49 | 2E |
| Octal | 312 | 172 | 37 | 0 | 50 | 125 | 25 | 40 | 111 | 56 |
| Binary | 11001010 | 1111010 | 11111 | 0 | 101000 | 1010101 | 10101 | 100000 | 1001001 | 101110 |
Color Harmonies of #CA7A1F
Complementary color
Monochromatic Colors of #CA7A1F
Black with #CA7A1F
Text Example
Text Example
White with #CA7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A1F; }
p { color: rgb(202,122,31); }
H1.HeaderClassName
{
color: #CA7A1F;
}
.AnyTagClassName
{
color: #CA7A1F;
}
</style>
background-color css
<style>
a { background-color: #CA7A1F; }
a { background-color: rgb(202,122,31); }
div.DivClassName
{
background-color: #CA7A1F;
}
.BgClassName
{
background-color: #CA7A1F;
}
</style>
border-color css
<style>
span { border-color: #CA7A1F; }
span { border-color: rgb(202,122,31); }
td.TdClassName
{
border-color: #CA7A1F;
}
.TagClassName
{
border-color: #CA7A1F;
}
</style>