Shades of Ochre #CA7C18
Tints of Ochre #CA7C18
RGB
CMYK
RGB Variations
Color information
#CA7C18 (or 0xCA7C18) is known color: Ochre. HEX triplet: CA, 7C and 18. RGB value is (202,124,24). Sum of RGB (Red+Green+Blue) = 202+124+24=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7C18 is #3583E7. Grayscale: #888888. Windows color (decimal): -3507176 or 1604810. OLE color: 1604810.
HSL color Cylindrical-coordinate representation of color #CA7C18: hue angle of 33.71º 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 #CA7C18 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 24 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.21 |
| HSL | 33.71º | 0.79% | 0.44% | - |
| HSV(B) | 33.71º | 0.88% | 0.79% | - |
| XYZ | 31.73 | 27.04 | 4.41 | - |
| YUV | 135.92 | 64.84 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 24 | 0 | 0.39 | 0.88 | 0.21 | 33.71 | 0.79 | 0.44 |
| Hex | CA | 7C | 18 | 0 | 27 | 58 | 15 | 22 | 4F | 2C |
| Octal | 312 | 174 | 30 | 0 | 47 | 130 | 25 | 42 | 117 | 54 |
| Binary | 11001010 | 1111100 | 11000 | 0 | 100111 | 1011000 | 10101 | 100010 | 1001111 | 101100 |
Color Harmonies of #CA7C18
Complementary color
Monochromatic Colors of #CA7C18
Black with #CA7C18
Text Example
Text Example
White with #CA7C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C18; }
p { color: rgb(202,124,24); }
H1.HeaderClassName
{
color: #CA7C18;
}
.AnyTagClassName
{
color: #CA7C18;
}
</style>
background-color css
<style>
a { background-color: #CA7C18; }
a { background-color: rgb(202,124,24); }
div.DivClassName
{
background-color: #CA7C18;
}
.BgClassName
{
background-color: #CA7C18;
}
</style>
border-color css
<style>
span { border-color: #CA7C18; }
span { border-color: rgb(202,124,24); }
td.TdClassName
{
border-color: #CA7C18;
}
.TagClassName
{
border-color: #CA7C18;
}
</style>