Shades of Ochre #CA7B29
Tints of Ochre #CA7B29
RGB
CMYK
RGB Variations
Color information
#CA7B29 (or 0xCA7B29) is known color: Ochre. HEX triplet: CA, 7B and 29. RGB value is (202,123,41). Sum of RGB (Red+Green+Blue) = 202+123+41=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B29 is #3584D6. Grayscale: #898989. Windows color (decimal): -3507415 or 2718666. OLE color: 2718666.
HSL color Cylindrical-coordinate representation of color #CA7B29: hue angle of 30.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA7B29 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 41 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.21 |
| HSL | 30.56º | 0.66% | 0.48% | - |
| HSV(B) | 30.56º | 0.8% | 0.79% | - |
| XYZ | 31.84 | 26.88 | 5.61 | - |
| YUV | 137.27 | 73.67 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 41 | 0 | 0.39 | 0.80 | 0.21 | 30.56 | 0.66 | 0.48 |
| Hex | CA | 7B | 29 | 0 | 27 | 50 | 15 | 1F | 42 | 30 |
| Octal | 312 | 173 | 51 | 0 | 47 | 120 | 25 | 37 | 102 | 60 |
| Binary | 11001010 | 1111011 | 101001 | 0 | 100111 | 1010000 | 10101 | 11111 | 1000010 | 110000 |
Color Harmonies of #CA7B29
Complementary color
Monochromatic Colors of #CA7B29
Black with #CA7B29
Text Example
Text Example
White with #CA7B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B29; }
p { color: rgb(202,123,41); }
H1.HeaderClassName
{
color: #CA7B29;
}
.AnyTagClassName
{
color: #CA7B29;
}
</style>
background-color css
<style>
a { background-color: #CA7B29; }
a { background-color: rgb(202,123,41); }
div.DivClassName
{
background-color: #CA7B29;
}
.BgClassName
{
background-color: #CA7B29;
}
</style>
border-color css
<style>
span { border-color: #CA7B29; }
span { border-color: rgb(202,123,41); }
td.TdClassName
{
border-color: #CA7B29;
}
.TagClassName
{
border-color: #CA7B29;
}
</style>