Shades of Ochre #CA781B
Tints of Ochre #CA781B
RGB
CMYK
RGB Variations
Color information
#CA781B (or 0xCA781B) is known color: Ochre. HEX triplet: CA, 78 and 1B. RGB value is (202,120,27). Sum of RGB (Red+Green+Blue) = 202+120+27=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA781B is #3587E4. Grayscale: #868686. Windows color (decimal): -3508197 or 1800394. OLE color: 1800394.
HSL color Cylindrical-coordinate representation of color #CA781B: hue angle of 31.89º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA781B is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 27 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.21 |
| HSL | 31.89º | 0.76% | 0.45% | - |
| HSV(B) | 31.89º | 0.87% | 0.79% | - |
| XYZ | 31.27 | 26.07 | 4.42 | - |
| YUV | 133.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 27 | 0 | 0.41 | 0.87 | 0.21 | 31.89 | 0.76 | 0.45 |
| Hex | CA | 78 | 1B | 0 | 29 | 57 | 15 | 20 | 4C | 2D |
| Octal | 312 | 170 | 33 | 0 | 51 | 127 | 25 | 40 | 114 | 55 |
| Binary | 11001010 | 1111000 | 11011 | 0 | 101001 | 1010111 | 10101 | 100000 | 1001100 | 101101 |
Color Harmonies of #CA781B
Complementary color
Monochromatic Colors of #CA781B
Black with #CA781B
Text Example
Text Example
White with #CA781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA781B; }
p { color: rgb(202,120,27); }
H1.HeaderClassName
{
color: #CA781B;
}
.AnyTagClassName
{
color: #CA781B;
}
</style>
background-color css
<style>
a { background-color: #CA781B; }
a { background-color: rgb(202,120,27); }
div.DivClassName
{
background-color: #CA781B;
}
.BgClassName
{
background-color: #CA781B;
}
</style>
border-color css
<style>
span { border-color: #CA781B; }
span { border-color: rgb(202,120,27); }
td.TdClassName
{
border-color: #CA781B;
}
.TagClassName
{
border-color: #CA781B;
}
</style>