Shades of Ochre #CA7D18
Tints of Ochre #CA7D18
RGB
CMYK
RGB Variations
Color information
#CA7D18 (or 0xCA7D18) is known color: Ochre. HEX triplet: CA, 7D and 18. RGB value is (202,125,24). Sum of RGB (Red+Green+Blue) = 202+125+24=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D18 is #3582E7. Grayscale: #888888. Windows color (decimal): -3506920 or 1605066. OLE color: 1605066.
HSL color Cylindrical-coordinate representation of color #CA7D18: hue angle of 34.04º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA7D18 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 24 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.21 |
| HSL | 34.04º | 0.79% | 0.44% | - |
| HSV(B) | 34.04º | 0.88% | 0.79% | - |
| XYZ | 31.86 | 27.29 | 4.45 | - |
| YUV | 136.51 | 64.51 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 24 | 0 | 0.38 | 0.88 | 0.21 | 34.04 | 0.79 | 0.44 |
| Hex | CA | 7D | 18 | 0 | 26 | 58 | 15 | 22 | 4F | 2C |
| Octal | 312 | 175 | 30 | 0 | 46 | 130 | 25 | 42 | 117 | 54 |
| Binary | 11001010 | 1111101 | 11000 | 0 | 100110 | 1011000 | 10101 | 100010 | 1001111 | 101100 |
Color Harmonies of #CA7D18
Complementary color
Monochromatic Colors of #CA7D18
Black with #CA7D18
Text Example
Text Example
White with #CA7D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D18; }
p { color: rgb(202,125,24); }
H1.HeaderClassName
{
color: #CA7D18;
}
.AnyTagClassName
{
color: #CA7D18;
}
</style>
background-color css
<style>
a { background-color: #CA7D18; }
a { background-color: rgb(202,125,24); }
div.DivClassName
{
background-color: #CA7D18;
}
.BgClassName
{
background-color: #CA7D18;
}
</style>
border-color css
<style>
span { border-color: #CA7D18; }
span { border-color: rgb(202,125,24); }
td.TdClassName
{
border-color: #CA7D18;
}
.TagClassName
{
border-color: #CA7D18;
}
</style>