Shades of Ochre #CA7A26
Tints of Ochre #CA7A26
RGB
CMYK
RGB Variations
Color information
#CA7A26 (or 0xCA7A26) is known color: Ochre. HEX triplet: CA, 7A and 26. RGB value is (202,122,38). Sum of RGB (Red+Green+Blue) = 202+122+38=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A26 is #3585D9. Grayscale: #888888. Windows color (decimal): -3507674 or 2521802. OLE color: 2521802.
HSL color Cylindrical-coordinate representation of color #CA7A26: hue angle of 30.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA7A26 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 38 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.21 |
| HSL | 30.73º | 0.68% | 0.47% | - |
| HSV(B) | 30.73º | 0.81% | 0.79% | - |
| XYZ | 31.67 | 26.62 | 5.3 | - |
| YUV | 136.34 | 72.5 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 38 | 0 | 0.40 | 0.81 | 0.21 | 30.73 | 0.68 | 0.47 |
| Hex | CA | 7A | 26 | 0 | 28 | 51 | 15 | 1F | 44 | 2F |
| Octal | 312 | 172 | 46 | 0 | 50 | 121 | 25 | 37 | 104 | 57 |
| Binary | 11001010 | 1111010 | 100110 | 0 | 101000 | 1010001 | 10101 | 11111 | 1000100 | 101111 |
Color Harmonies of #CA7A26
Complementary color
Monochromatic Colors of #CA7A26
Black with #CA7A26
Text Example
Text Example
White with #CA7A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A26; }
p { color: rgb(202,122,38); }
H1.HeaderClassName
{
color: #CA7A26;
}
.AnyTagClassName
{
color: #CA7A26;
}
</style>
background-color css
<style>
a { background-color: #CA7A26; }
a { background-color: rgb(202,122,38); }
div.DivClassName
{
background-color: #CA7A26;
}
.BgClassName
{
background-color: #CA7A26;
}
</style>
border-color css
<style>
span { border-color: #CA7A26; }
span { border-color: rgb(202,122,38); }
td.TdClassName
{
border-color: #CA7A26;
}
.TagClassName
{
border-color: #CA7A26;
}
</style>