Shades of Ochre #CA8617
Tints of Ochre #CA8617
RGB
CMYK
RGB Variations
Color information
#CA8617 (or 0xCA8617) is known color: Ochre. HEX triplet: CA, 86 and 17. RGB value is (202,134,23). Sum of RGB (Red+Green+Blue) = 202+134+23=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8617 is #3579E8. Grayscale: #8E8E8E. Windows color (decimal): -3504617 or 1541834. OLE color: 1541834.
HSL color Cylindrical-coordinate representation of color #CA8617: hue angle of 37.21º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA8617 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 23 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.21 |
| HSL | 37.21º | 0.8% | 0.44% | - |
| HSV(B) | 37.21º | 0.89% | 0.79% | - |
| XYZ | 33.04 | 29.67 | 4.8 | - |
| YUV | 141.68 | 61.03 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 23 | 0 | 0.34 | 0.89 | 0.21 | 37.21 | 0.8 | 0.44 |
| Hex | CA | 86 | 17 | 0 | 22 | 59 | 15 | 25 | 50 | 2C |
| Octal | 312 | 206 | 27 | 0 | 42 | 131 | 25 | 45 | 120 | 54 |
| Binary | 11001010 | 10000110 | 10111 | 0 | 100010 | 1011001 | 10101 | 100101 | 1010000 | 101100 |
Color Harmonies of #CA8617
Complementary color
Monochromatic Colors of #CA8617
Black with #CA8617
Text Example
Text Example
White with #CA8617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8617; }
p { color: rgb(202,134,23); }
H1.HeaderClassName
{
color: #CA8617;
}
.AnyTagClassName
{
color: #CA8617;
}
</style>
background-color css
<style>
a { background-color: #CA8617; }
a { background-color: rgb(202,134,23); }
div.DivClassName
{
background-color: #CA8617;
}
.BgClassName
{
background-color: #CA8617;
}
</style>
border-color css
<style>
span { border-color: #CA8617; }
span { border-color: rgb(202,134,23); }
td.TdClassName
{
border-color: #CA8617;
}
.TagClassName
{
border-color: #CA8617;
}
</style>