Shades of Ochre #CA7F1A
Tints of Ochre #CA7F1A
RGB
CMYK
RGB Variations
Color information
#CA7F1A (or 0xCA7F1A) is known color: Ochre. HEX triplet: CA, 7F and 1A. RGB value is (202,127,26). Sum of RGB (Red+Green+Blue) = 202+127+26=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F1A is #3580E5. Grayscale: #8A8A8A. Windows color (decimal): -3506406 or 1736650. OLE color: 1736650.
HSL color Cylindrical-coordinate representation of color #CA7F1A: hue angle of 34.43º 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 #CA7F1A is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 26 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.21 |
| HSL | 34.43º | 0.77% | 0.45% | - |
| HSV(B) | 34.43º | 0.87% | 0.79% | - |
| XYZ | 32.13 | 27.81 | 4.65 | - |
| YUV | 137.91 | 64.85 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 26 | 0 | 0.37 | 0.87 | 0.21 | 34.43 | 0.77 | 0.45 |
| Hex | CA | 7F | 1A | 0 | 25 | 57 | 15 | 22 | 4D | 2D |
| Octal | 312 | 177 | 32 | 0 | 45 | 127 | 25 | 42 | 115 | 55 |
| Binary | 11001010 | 1111111 | 11010 | 0 | 100101 | 1010111 | 10101 | 100010 | 1001101 | 101101 |
Color Harmonies of #CA7F1A
Complementary color
Monochromatic Colors of #CA7F1A
Black with #CA7F1A
Text Example
Text Example
White with #CA7F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F1A; }
p { color: rgb(202,127,26); }
H1.HeaderClassName
{
color: #CA7F1A;
}
.AnyTagClassName
{
color: #CA7F1A;
}
</style>
background-color css
<style>
a { background-color: #CA7F1A; }
a { background-color: rgb(202,127,26); }
div.DivClassName
{
background-color: #CA7F1A;
}
.BgClassName
{
background-color: #CA7F1A;
}
</style>
border-color css
<style>
span { border-color: #CA7F1A; }
span { border-color: rgb(202,127,26); }
td.TdClassName
{
border-color: #CA7F1A;
}
.TagClassName
{
border-color: #CA7F1A;
}
</style>