Shades of Ochre #CA7B10
Tints of Ochre #CA7B10
RGB
CMYK
RGB Variations
Color information
#CA7B10 (or 0xCA7B10) is known color: Ochre. HEX triplet: CA, 7B and 10. RGB value is (202,123,16). Sum of RGB (Red+Green+Blue) = 202+123+16=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B10 is #3584EF. Grayscale: #868686. Windows color (decimal): -3507440 or 1080266. OLE color: 1080266.
HSL color Cylindrical-coordinate representation of color #CA7B10: hue angle of 34.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA7B10 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 16 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.21 |
| HSL | 34.52º | 0.85% | 0.43% | - |
| HSV(B) | 34.52º | 0.92% | 0.79% | - |
| XYZ | 31.53 | 26.76 | 3.99 | - |
| YUV | 134.42 | 61.17 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 16 | 0 | 0.39 | 0.92 | 0.21 | 34.52 | 0.85 | 0.43 |
| Hex | CA | 7B | 10 | 0 | 27 | 5C | 15 | 23 | 55 | 2B |
| Octal | 312 | 173 | 20 | 0 | 47 | 134 | 25 | 43 | 125 | 53 |
| Binary | 11001010 | 1111011 | 10000 | 0 | 100111 | 1011100 | 10101 | 100011 | 1010101 | 101011 |
Color Harmonies of #CA7B10
Complementary color
Monochromatic Colors of #CA7B10
Black with #CA7B10
Text Example
Text Example
White with #CA7B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B10; }
p { color: rgb(202,123,16); }
H1.HeaderClassName
{
color: #CA7B10;
}
.AnyTagClassName
{
color: #CA7B10;
}
</style>
background-color css
<style>
a { background-color: #CA7B10; }
a { background-color: rgb(202,123,16); }
div.DivClassName
{
background-color: #CA7B10;
}
.BgClassName
{
background-color: #CA7B10;
}
</style>
border-color css
<style>
span { border-color: #CA7B10; }
span { border-color: rgb(202,123,16); }
td.TdClassName
{
border-color: #CA7B10;
}
.TagClassName
{
border-color: #CA7B10;
}
</style>