Shades of Ochre #CA7D1D
Tints of Ochre #CA7D1D
RGB
CMYK
RGB Variations
Color information
#CA7D1D (or 0xCA7D1D) is known color: Ochre. HEX triplet: CA, 7D and 1D. RGB value is (202,125,29). Sum of RGB (Red+Green+Blue) = 202+125+29=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D1D is #3582E2. Grayscale: #898989. Windows color (decimal): -3506915 or 1932746. OLE color: 1932746.
HSL color Cylindrical-coordinate representation of color #CA7D1D: hue angle of 33.29º 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 #CA7D1D is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 29 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.21 |
| HSL | 33.29º | 0.75% | 0.45% | - |
| HSV(B) | 33.29º | 0.86% | 0.79% | - |
| XYZ | 31.91 | 27.31 | 4.75 | - |
| YUV | 137.08 | 67.01 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 29 | 0 | 0.38 | 0.86 | 0.21 | 33.29 | 0.75 | 0.45 |
| Hex | CA | 7D | 1D | 0 | 26 | 56 | 15 | 21 | 4B | 2D |
| Octal | 312 | 175 | 35 | 0 | 46 | 126 | 25 | 41 | 113 | 55 |
| Binary | 11001010 | 1111101 | 11101 | 0 | 100110 | 1010110 | 10101 | 100001 | 1001011 | 101101 |
Color Harmonies of #CA7D1D
Complementary color
Monochromatic Colors of #CA7D1D
Black with #CA7D1D
Text Example
Text Example
White with #CA7D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D1D; }
p { color: rgb(202,125,29); }
H1.HeaderClassName
{
color: #CA7D1D;
}
.AnyTagClassName
{
color: #CA7D1D;
}
</style>
background-color css
<style>
a { background-color: #CA7D1D; }
a { background-color: rgb(202,125,29); }
div.DivClassName
{
background-color: #CA7D1D;
}
.BgClassName
{
background-color: #CA7D1D;
}
</style>
border-color css
<style>
span { border-color: #CA7D1D; }
span { border-color: rgb(202,125,29); }
td.TdClassName
{
border-color: #CA7D1D;
}
.TagClassName
{
border-color: #CA7D1D;
}
</style>