Shades of Ochre #CA7128
Tints of Ochre #CA7128
RGB
CMYK
RGB Variations
Color information
#CA7128 (or 0xCA7128) is known color: Ochre. HEX triplet: CA, 71 and 28. RGB value is (202,113,40). Sum of RGB (Red+Green+Blue) = 202+113+40=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7128 is #358ED7. Grayscale: #838383. Windows color (decimal): -3509976 or 2650570. OLE color: 2650570.
HSL color Cylindrical-coordinate representation of color #CA7128: hue angle of 27.04º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA7128 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 40 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.21 |
| HSL | 27.04º | 0.67% | 0.47% | - |
| HSV(B) | 27.04º | 0.8% | 0.79% | - |
| XYZ | 30.65 | 24.52 | 5.13 | - |
| YUV | 131.29 | 76.49 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 40 | 0 | 0.44 | 0.80 | 0.21 | 27.04 | 0.67 | 0.47 |
| Hex | CA | 71 | 28 | 0 | 2C | 50 | 15 | 1B | 43 | 2F |
| Octal | 312 | 161 | 50 | 0 | 54 | 120 | 25 | 33 | 103 | 57 |
| Binary | 11001010 | 1110001 | 101000 | 0 | 101100 | 1010000 | 10101 | 11011 | 1000011 | 101111 |
Color Harmonies of #CA7128
Complementary color
Monochromatic Colors of #CA7128
Black with #CA7128
Text Example
Text Example
White with #CA7128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7128; }
p { color: rgb(202,113,40); }
H1.HeaderClassName
{
color: #CA7128;
}
.AnyTagClassName
{
color: #CA7128;
}
</style>
background-color css
<style>
a { background-color: #CA7128; }
a { background-color: rgb(202,113,40); }
div.DivClassName
{
background-color: #CA7128;
}
.BgClassName
{
background-color: #CA7128;
}
</style>
border-color css
<style>
span { border-color: #CA7128; }
span { border-color: rgb(202,113,40); }
td.TdClassName
{
border-color: #CA7128;
}
.TagClassName
{
border-color: #CA7128;
}
</style>