Shades of Ochre #CA7B18
Tints of Ochre #CA7B18
RGB
CMYK
RGB Variations
Color information
#CA7B18 (or 0xCA7B18) is known color: Ochre. HEX triplet: CA, 7B and 18. RGB value is (202,123,24). Sum of RGB (Red+Green+Blue) = 202+123+24=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B18 is #3584E7. Grayscale: #878787. Windows color (decimal): -3507432 or 1604554. OLE color: 1604554.
HSL color Cylindrical-coordinate representation of color #CA7B18: hue angle of 33.37º 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 #CA7B18 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 24 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.21 |
| HSL | 33.37º | 0.79% | 0.44% | - |
| HSV(B) | 33.37º | 0.88% | 0.79% | - |
| XYZ | 31.6 | 26.79 | 4.37 | - |
| YUV | 135.34 | 65.17 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 24 | 0 | 0.39 | 0.88 | 0.21 | 33.37 | 0.79 | 0.44 |
| Hex | CA | 7B | 18 | 0 | 27 | 58 | 15 | 21 | 4F | 2C |
| Octal | 312 | 173 | 30 | 0 | 47 | 130 | 25 | 41 | 117 | 54 |
| Binary | 11001010 | 1111011 | 11000 | 0 | 100111 | 1011000 | 10101 | 100001 | 1001111 | 101100 |
Color Harmonies of #CA7B18
Complementary color
Monochromatic Colors of #CA7B18
Black with #CA7B18
Text Example
Text Example
White with #CA7B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B18; }
p { color: rgb(202,123,24); }
H1.HeaderClassName
{
color: #CA7B18;
}
.AnyTagClassName
{
color: #CA7B18;
}
</style>
background-color css
<style>
a { background-color: #CA7B18; }
a { background-color: rgb(202,123,24); }
div.DivClassName
{
background-color: #CA7B18;
}
.BgClassName
{
background-color: #CA7B18;
}
</style>
border-color css
<style>
span { border-color: #CA7B18; }
span { border-color: rgb(202,123,24); }
td.TdClassName
{
border-color: #CA7B18;
}
.TagClassName
{
border-color: #CA7B18;
}
</style>