Shades of Ochre #CA7518
Tints of Ochre #CA7518
RGB
CMYK
RGB Variations
Color information
#CA7518 (or 0xCA7518) is known color: Ochre. HEX triplet: CA, 75 and 18. RGB value is (202,117,24). Sum of RGB (Red+Green+Blue) = 202+117+24=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7518 is #358AE7. Grayscale: #848484. Windows color (decimal): -3508968 or 1603018. OLE color: 1603018.
HSL color Cylindrical-coordinate representation of color #CA7518: hue angle of 31.35º 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 #CA7518 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 24 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.21 |
| HSL | 31.35º | 0.79% | 0.44% | - |
| HSV(B) | 31.35º | 0.88% | 0.79% | - |
| XYZ | 30.88 | 25.35 | 4.13 | - |
| YUV | 131.81 | 67.16 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 24 | 0 | 0.42 | 0.88 | 0.21 | 31.35 | 0.79 | 0.44 |
| Hex | CA | 75 | 18 | 0 | 2A | 58 | 15 | 1F | 4F | 2C |
| Octal | 312 | 165 | 30 | 0 | 52 | 130 | 25 | 37 | 117 | 54 |
| Binary | 11001010 | 1110101 | 11000 | 0 | 101010 | 1011000 | 10101 | 11111 | 1001111 | 101100 |
Color Harmonies of #CA7518
Complementary color
Monochromatic Colors of #CA7518
Black with #CA7518
Text Example
Text Example
White with #CA7518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7518; }
p { color: rgb(202,117,24); }
H1.HeaderClassName
{
color: #CA7518;
}
.AnyTagClassName
{
color: #CA7518;
}
</style>
background-color css
<style>
a { background-color: #CA7518; }
a { background-color: rgb(202,117,24); }
div.DivClassName
{
background-color: #CA7518;
}
.BgClassName
{
background-color: #CA7518;
}
</style>
border-color css
<style>
span { border-color: #CA7518; }
span { border-color: rgb(202,117,24); }
td.TdClassName
{
border-color: #CA7518;
}
.TagClassName
{
border-color: #CA7518;
}
</style>