Shades of Ochre #CA8718
Tints of Ochre #CA8718
RGB
CMYK
RGB Variations
Color information
#CA8718 (or 0xCA8718) is known color: Ochre. HEX triplet: CA, 87 and 18. RGB value is (202,135,24). Sum of RGB (Red+Green+Blue) = 202+135+24=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8718 is #3578E7. Grayscale: #8E8E8E. Windows color (decimal): -3504360 or 1607626. OLE color: 1607626.
HSL color Cylindrical-coordinate representation of color #CA8718: hue angle of 37.42º 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 #CA8718 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 135 | 24 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.21 |
| HSL | 37.42º | 0.79% | 0.44% | - |
| HSV(B) | 37.42º | 0.88% | 0.79% | - |
| XYZ | 33.19 | 29.95 | 4.9 | - |
| YUV | 142.38 | 61.2 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 135 | 24 | 0 | 0.33 | 0.88 | 0.21 | 37.42 | 0.79 | 0.44 |
| Hex | CA | 87 | 18 | 0 | 21 | 58 | 15 | 25 | 4F | 2C |
| Octal | 312 | 207 | 30 | 0 | 41 | 130 | 25 | 45 | 117 | 54 |
| Binary | 11001010 | 10000111 | 11000 | 0 | 100001 | 1011000 | 10101 | 100101 | 1001111 | 101100 |
Color Harmonies of #CA8718
Complementary color
Monochromatic Colors of #CA8718
Black with #CA8718
Text Example
Text Example
White with #CA8718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8718; }
p { color: rgb(202,135,24); }
H1.HeaderClassName
{
color: #CA8718;
}
.AnyTagClassName
{
color: #CA8718;
}
</style>
background-color css
<style>
a { background-color: #CA8718; }
a { background-color: rgb(202,135,24); }
div.DivClassName
{
background-color: #CA8718;
}
.BgClassName
{
background-color: #CA8718;
}
</style>
border-color css
<style>
span { border-color: #CA8718; }
span { border-color: rgb(202,135,24); }
td.TdClassName
{
border-color: #CA8718;
}
.TagClassName
{
border-color: #CA8718;
}
</style>