Shades of Ochre #CA7523
Tints of Ochre #CA7523
RGB
CMYK
RGB Variations
Color information
#CA7523 (or 0xCA7523) is known color: Ochre. HEX triplet: CA, 75 and 23. RGB value is (202,117,35). Sum of RGB (Red+Green+Blue) = 202+117+35=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7523 is #358ADC. Grayscale: #858585. Windows color (decimal): -3508957 or 2323914. OLE color: 2323914.
HSL color Cylindrical-coordinate representation of color #CA7523: hue angle of 29.46º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA7523 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 35 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.21 |
| HSL | 29.46º | 0.7% | 0.46% | - |
| HSV(B) | 29.46º | 0.83% | 0.79% | - |
| XYZ | 31.02 | 25.4 | 4.86 | - |
| YUV | 133.07 | 72.66 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 35 | 0 | 0.42 | 0.83 | 0.21 | 29.46 | 0.7 | 0.46 |
| Hex | CA | 75 | 23 | 0 | 2A | 53 | 15 | 1D | 46 | 2E |
| Octal | 312 | 165 | 43 | 0 | 52 | 123 | 25 | 35 | 106 | 56 |
| Binary | 11001010 | 1110101 | 100011 | 0 | 101010 | 1010011 | 10101 | 11101 | 1000110 | 101110 |
Color Harmonies of #CA7523
Complementary color
Monochromatic Colors of #CA7523
Black with #CA7523
Text Example
Text Example
White with #CA7523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7523; }
p { color: rgb(202,117,35); }
H1.HeaderClassName
{
color: #CA7523;
}
.AnyTagClassName
{
color: #CA7523;
}
</style>
background-color css
<style>
a { background-color: #CA7523; }
a { background-color: rgb(202,117,35); }
div.DivClassName
{
background-color: #CA7523;
}
.BgClassName
{
background-color: #CA7523;
}
</style>
border-color css
<style>
span { border-color: #CA7523; }
span { border-color: rgb(202,117,35); }
td.TdClassName
{
border-color: #CA7523;
}
.TagClassName
{
border-color: #CA7523;
}
</style>