Shades of Ochre #CA7D29
Tints of Ochre #CA7D29
RGB
CMYK
RGB Variations
Color information
#CA7D29 (or 0xCA7D29) is known color: Ochre. HEX triplet: CA, 7D and 29. RGB value is (202,125,41). Sum of RGB (Red+Green+Blue) = 202+125+41=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D29 is #3582D6. Grayscale: #8A8A8A. Windows color (decimal): -3506903 or 2719178. OLE color: 2719178.
HSL color Cylindrical-coordinate representation of color #CA7D29: hue angle of 31.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA7D29 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 41 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.21 |
| HSL | 31.3º | 0.66% | 0.48% | - |
| HSV(B) | 31.3º | 0.8% | 0.79% | - |
| XYZ | 32.09 | 27.38 | 5.69 | - |
| YUV | 138.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 41 | 0 | 0.38 | 0.80 | 0.21 | 31.3 | 0.66 | 0.48 |
| Hex | CA | 7D | 29 | 0 | 26 | 50 | 15 | 1F | 42 | 30 |
| Octal | 312 | 175 | 51 | 0 | 46 | 120 | 25 | 37 | 102 | 60 |
| Binary | 11001010 | 1111101 | 101001 | 0 | 100110 | 1010000 | 10101 | 11111 | 1000010 | 110000 |
Color Harmonies of #CA7D29
Complementary color
Monochromatic Colors of #CA7D29
Black with #CA7D29
Text Example
Text Example
White with #CA7D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D29; }
p { color: rgb(202,125,41); }
H1.HeaderClassName
{
color: #CA7D29;
}
.AnyTagClassName
{
color: #CA7D29;
}
</style>
background-color css
<style>
a { background-color: #CA7D29; }
a { background-color: rgb(202,125,41); }
div.DivClassName
{
background-color: #CA7D29;
}
.BgClassName
{
background-color: #CA7D29;
}
</style>
border-color css
<style>
span { border-color: #CA7D29; }
span { border-color: rgb(202,125,41); }
td.TdClassName
{
border-color: #CA7D29;
}
.TagClassName
{
border-color: #CA7D29;
}
</style>