Shades of Ochre #CA7526
Tints of Ochre #CA7526
RGB
CMYK
RGB Variations
Color information
#CA7526 (or 0xCA7526) is known color: Ochre. HEX triplet: CA, 75 and 26. RGB value is (202,117,38). Sum of RGB (Red+Green+Blue) = 202+117+38=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7526 is #358AD9. Grayscale: #858585. Windows color (decimal): -3508954 or 2520522. OLE color: 2520522.
HSL color Cylindrical-coordinate representation of color #CA7526: hue angle of 28.9º 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 #CA7526 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 38 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.21 |
| HSL | 28.9º | 0.68% | 0.47% | - |
| HSV(B) | 28.9º | 0.81% | 0.79% | - |
| XYZ | 31.07 | 25.42 | 5.1 | - |
| YUV | 133.41 | 74.16 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 38 | 0 | 0.42 | 0.81 | 0.21 | 28.9 | 0.68 | 0.47 |
| Hex | CA | 75 | 26 | 0 | 2A | 51 | 15 | 1D | 44 | 2F |
| Octal | 312 | 165 | 46 | 0 | 52 | 121 | 25 | 35 | 104 | 57 |
| Binary | 11001010 | 1110101 | 100110 | 0 | 101010 | 1010001 | 10101 | 11101 | 1000100 | 101111 |
Color Harmonies of #CA7526
Complementary color
Monochromatic Colors of #CA7526
Black with #CA7526
Text Example
Text Example
White with #CA7526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7526; }
p { color: rgb(202,117,38); }
H1.HeaderClassName
{
color: #CA7526;
}
.AnyTagClassName
{
color: #CA7526;
}
</style>
background-color css
<style>
a { background-color: #CA7526; }
a { background-color: rgb(202,117,38); }
div.DivClassName
{
background-color: #CA7526;
}
.BgClassName
{
background-color: #CA7526;
}
</style>
border-color css
<style>
span { border-color: #CA7526; }
span { border-color: rgb(202,117,38); }
td.TdClassName
{
border-color: #CA7526;
}
.TagClassName
{
border-color: #CA7526;
}
</style>