Shades of Ochre #CA801D
Tints of Ochre #CA801D
RGB
CMYK
RGB Variations
Color information
#CA801D (or 0xCA801D) is known color: Ochre. HEX triplet: CA, 80 and 1D. RGB value is (202,128,29). Sum of RGB (Red+Green+Blue) = 202+128+29=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA801D is #357FE2. Grayscale: #8B8B8B. Windows color (decimal): -3506147 or 1933514. OLE color: 1933514.
HSL color Cylindrical-coordinate representation of color #CA801D: hue angle of 34.34º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA801D is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 29 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.21 |
| HSL | 34.34º | 0.75% | 0.45% | - |
| HSV(B) | 34.34º | 0.86% | 0.79% | - |
| XYZ | 32.3 | 28.08 | 4.88 | - |
| YUV | 138.84 | 66.02 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 29 | 0 | 0.37 | 0.86 | 0.21 | 34.34 | 0.75 | 0.45 |
| Hex | CA | 80 | 1D | 0 | 25 | 56 | 15 | 22 | 4B | 2D |
| Octal | 312 | 200 | 35 | 0 | 45 | 126 | 25 | 42 | 113 | 55 |
| Binary | 11001010 | 10000000 | 11101 | 0 | 100101 | 1010110 | 10101 | 100010 | 1001011 | 101101 |
Color Harmonies of #CA801D
Complementary color
Monochromatic Colors of #CA801D
Black with #CA801D
Text Example
Text Example
White with #CA801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA801D; }
p { color: rgb(202,128,29); }
H1.HeaderClassName
{
color: #CA801D;
}
.AnyTagClassName
{
color: #CA801D;
}
</style>
background-color css
<style>
a { background-color: #CA801D; }
a { background-color: rgb(202,128,29); }
div.DivClassName
{
background-color: #CA801D;
}
.BgClassName
{
background-color: #CA801D;
}
</style>
border-color css
<style>
span { border-color: #CA801D; }
span { border-color: rgb(202,128,29); }
td.TdClassName
{
border-color: #CA801D;
}
.TagClassName
{
border-color: #CA801D;
}
</style>