Shades of Ochre #CA801E
Tints of Ochre #CA801E
RGB
CMYK
RGB Variations
Color information
#CA801E (or 0xCA801E) is known color: Ochre. HEX triplet: CA, 80 and 1E. RGB value is (202,128,30). Sum of RGB (Red+Green+Blue) = 202+128+30=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA801E is #357FE1. Grayscale: #8B8B8B. Windows color (decimal): -3506146 or 1999050. OLE color: 1999050.
HSL color Cylindrical-coordinate representation of color #CA801E: hue angle of 34.19º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA801E is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 30 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.21 |
| HSL | 34.19º | 0.74% | 0.45% | - |
| HSV(B) | 34.19º | 0.85% | 0.79% | - |
| XYZ | 32.31 | 28.09 | 4.95 | - |
| YUV | 138.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 30 | 0 | 0.37 | 0.85 | 0.21 | 34.19 | 0.74 | 0.45 |
| Hex | CA | 80 | 1E | 0 | 25 | 55 | 15 | 22 | 4A | 2D |
| Octal | 312 | 200 | 36 | 0 | 45 | 125 | 25 | 42 | 112 | 55 |
| Binary | 11001010 | 10000000 | 11110 | 0 | 100101 | 1010101 | 10101 | 100010 | 1001010 | 101101 |
Color Harmonies of #CA801E
Complementary color
Monochromatic Colors of #CA801E
Black with #CA801E
Text Example
Text Example
White with #CA801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA801E; }
p { color: rgb(202,128,30); }
H1.HeaderClassName
{
color: #CA801E;
}
.AnyTagClassName
{
color: #CA801E;
}
</style>
background-color css
<style>
a { background-color: #CA801E; }
a { background-color: rgb(202,128,30); }
div.DivClassName
{
background-color: #CA801E;
}
.BgClassName
{
background-color: #CA801E;
}
</style>
border-color css
<style>
span { border-color: #CA801E; }
span { border-color: rgb(202,128,30); }
td.TdClassName
{
border-color: #CA801E;
}
.TagClassName
{
border-color: #CA801E;
}
</style>