Shades of Ochre #CA750F
Tints of Ochre #CA750F
RGB
CMYK
RGB Variations
Color information
#CA750F (or 0xCA750F) is known color: Ochre. HEX triplet: CA, 75 and 0F. RGB value is (202,117,15). Sum of RGB (Red+Green+Blue) = 202+117+15=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA750F is #358AF0. Grayscale: #838383. Windows color (decimal): -3508977 or 1013194. OLE color: 1013194.
HSL color Cylindrical-coordinate representation of color #CA750F: hue angle of 32.73º 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 #CA750F is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 15 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.21 |
| HSL | 32.73º | 0.86% | 0.43% | - |
| HSV(B) | 32.73º | 0.93% | 0.79% | - |
| XYZ | 30.8 | 25.31 | 3.71 | - |
| YUV | 130.79 | 62.66 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 15 | 0 | 0.42 | 0.93 | 0.21 | 32.73 | 0.86 | 0.43 |
| Hex | CA | 75 | F | 0 | 2A | 5D | 15 | 21 | 56 | 2B |
| Octal | 312 | 165 | 17 | 0 | 52 | 135 | 25 | 41 | 126 | 53 |
| Binary | 11001010 | 1110101 | 1111 | 0 | 101010 | 1011101 | 10101 | 100001 | 1010110 | 101011 |
Color Harmonies of #CA750F
Complementary color
Monochromatic Colors of #CA750F
Black with #CA750F
Text Example
Text Example
White with #CA750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA750F; }
p { color: rgb(202,117,15); }
H1.HeaderClassName
{
color: #CA750F;
}
.AnyTagClassName
{
color: #CA750F;
}
</style>
background-color css
<style>
a { background-color: #CA750F; }
a { background-color: rgb(202,117,15); }
div.DivClassName
{
background-color: #CA750F;
}
.BgClassName
{
background-color: #CA750F;
}
</style>
border-color css
<style>
span { border-color: #CA750F; }
span { border-color: rgb(202,117,15); }
td.TdClassName
{
border-color: #CA750F;
}
.TagClassName
{
border-color: #CA750F;
}
</style>