Shades of Ochre #CA781F
Tints of Ochre #CA781F
RGB
CMYK
RGB Variations
Color information
#CA781F (or 0xCA781F) is known color: Ochre. HEX triplet: CA, 78 and 1F. RGB value is (202,120,31). Sum of RGB (Red+Green+Blue) = 202+120+31=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA781F is #3587E0. Grayscale: #868686. Windows color (decimal): -3508193 or 2062538. OLE color: 2062538.
HSL color Cylindrical-coordinate representation of color #CA781F: hue angle of 31.23º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA781F is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 31 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.21 |
| HSL | 31.23º | 0.73% | 0.46% | - |
| HSV(B) | 31.23º | 0.85% | 0.79% | - |
| XYZ | 31.32 | 26.09 | 4.68 | - |
| YUV | 134.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 31 | 0 | 0.41 | 0.85 | 0.21 | 31.23 | 0.73 | 0.46 |
| Hex | CA | 78 | 1F | 0 | 29 | 55 | 15 | 1F | 49 | 2E |
| Octal | 312 | 170 | 37 | 0 | 51 | 125 | 25 | 37 | 111 | 56 |
| Binary | 11001010 | 1111000 | 11111 | 0 | 101001 | 1010101 | 10101 | 11111 | 1001001 | 101110 |
Color Harmonies of #CA781F
Complementary color
Monochromatic Colors of #CA781F
Black with #CA781F
Text Example
Text Example
White with #CA781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA781F; }
p { color: rgb(202,120,31); }
H1.HeaderClassName
{
color: #CA781F;
}
.AnyTagClassName
{
color: #CA781F;
}
</style>
background-color css
<style>
a { background-color: #CA781F; }
a { background-color: rgb(202,120,31); }
div.DivClassName
{
background-color: #CA781F;
}
.BgClassName
{
background-color: #CA781F;
}
</style>
border-color css
<style>
span { border-color: #CA781F; }
span { border-color: rgb(202,120,31); }
td.TdClassName
{
border-color: #CA781F;
}
.TagClassName
{
border-color: #CA781F;
}
</style>