Shades of Ochre #CA721A
Tints of Ochre #CA721A
RGB
CMYK
RGB Variations
Color information
#CA721A (or 0xCA721A) is known color: Ochre. HEX triplet: CA, 72 and 1A. RGB value is (202,114,26). Sum of RGB (Red+Green+Blue) = 202+114+26=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA721A is #358DE5. Grayscale: #828282. Windows color (decimal): -3509734 or 1733322. OLE color: 1733322.
HSL color Cylindrical-coordinate representation of color #CA721A: hue angle of 30º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA721A is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 26 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.21 |
| HSL | 30º | 0.77% | 0.45% | - |
| HSV(B) | 30º | 0.87% | 0.79% | - |
| XYZ | 30.56 | 24.67 | 4.13 | - |
| YUV | 130.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 26 | 0 | 0.44 | 0.87 | 0.21 | 30 | 0.77 | 0.45 |
| Hex | CA | 72 | 1A | 0 | 2C | 57 | 15 | 1E | 4D | 2D |
| Octal | 312 | 162 | 32 | 0 | 54 | 127 | 25 | 36 | 115 | 55 |
| Binary | 11001010 | 1110010 | 11010 | 0 | 101100 | 1010111 | 10101 | 11110 | 1001101 | 101101 |
Color Harmonies of #CA721A
Complementary color
Monochromatic Colors of #CA721A
Black with #CA721A
Text Example
Text Example
White with #CA721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA721A; }
p { color: rgb(202,114,26); }
H1.HeaderClassName
{
color: #CA721A;
}
.AnyTagClassName
{
color: #CA721A;
}
</style>
background-color css
<style>
a { background-color: #CA721A; }
a { background-color: rgb(202,114,26); }
div.DivClassName
{
background-color: #CA721A;
}
.BgClassName
{
background-color: #CA721A;
}
</style>
border-color css
<style>
span { border-color: #CA721A; }
span { border-color: rgb(202,114,26); }
td.TdClassName
{
border-color: #CA721A;
}
.TagClassName
{
border-color: #CA721A;
}
</style>