Shades of Ochre #CA760F
Tints of Ochre #CA760F
RGB
CMYK
RGB Variations
Color information
#CA760F (or 0xCA760F) is known color: Ochre. HEX triplet: CA, 76 and 0F. RGB value is (202,118,15). Sum of RGB (Red+Green+Blue) = 202+118+15=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA760F is #3589F0. Grayscale: #838383. Windows color (decimal): -3508721 or 1013450. OLE color: 1013450.
HSL color Cylindrical-coordinate representation of color #CA760F: hue angle of 33.05º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA760F is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 15 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.21 |
| HSL | 33.05º | 0.86% | 0.43% | - |
| HSV(B) | 33.05º | 0.93% | 0.79% | - |
| XYZ | 30.92 | 25.55 | 3.75 | - |
| YUV | 131.37 | 62.33 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 15 | 0 | 0.42 | 0.93 | 0.21 | 33.05 | 0.86 | 0.43 |
| Hex | CA | 76 | F | 0 | 2A | 5D | 15 | 21 | 56 | 2B |
| Octal | 312 | 166 | 17 | 0 | 52 | 135 | 25 | 41 | 126 | 53 |
| Binary | 11001010 | 1110110 | 1111 | 0 | 101010 | 1011101 | 10101 | 100001 | 1010110 | 101011 |
Color Harmonies of #CA760F
Complementary color
Monochromatic Colors of #CA760F
Black with #CA760F
Text Example
Text Example
White with #CA760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA760F; }
p { color: rgb(202,118,15); }
H1.HeaderClassName
{
color: #CA760F;
}
.AnyTagClassName
{
color: #CA760F;
}
</style>
background-color css
<style>
a { background-color: #CA760F; }
a { background-color: rgb(202,118,15); }
div.DivClassName
{
background-color: #CA760F;
}
.BgClassName
{
background-color: #CA760F;
}
</style>
border-color css
<style>
span { border-color: #CA760F; }
span { border-color: rgb(202,118,15); }
td.TdClassName
{
border-color: #CA760F;
}
.TagClassName
{
border-color: #CA760F;
}
</style>