Shades of Ochre #CA751D
Tints of Ochre #CA751D
RGB
CMYK
RGB Variations
Color information
#CA751D (or 0xCA751D) is known color: Ochre. HEX triplet: CA, 75 and 1D. RGB value is (202,117,29). Sum of RGB (Red+Green+Blue) = 202+117+29=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA751D is #358AE2. Grayscale: #848484. Windows color (decimal): -3508963 or 1930698. OLE color: 1930698.
HSL color Cylindrical-coordinate representation of color #CA751D: hue angle of 30.52º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA751D is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 29 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.21 |
| HSL | 30.52º | 0.75% | 0.45% | - |
| HSV(B) | 30.52º | 0.86% | 0.79% | - |
| XYZ | 30.94 | 25.37 | 4.43 | - |
| YUV | 132.38 | 69.66 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 29 | 0 | 0.42 | 0.86 | 0.21 | 30.52 | 0.75 | 0.45 |
| Hex | CA | 75 | 1D | 0 | 2A | 56 | 15 | 1F | 4B | 2D |
| Octal | 312 | 165 | 35 | 0 | 52 | 126 | 25 | 37 | 113 | 55 |
| Binary | 11001010 | 1110101 | 11101 | 0 | 101010 | 1010110 | 10101 | 11111 | 1001011 | 101101 |
Color Harmonies of #CA751D
Complementary color
Monochromatic Colors of #CA751D
Black with #CA751D
Text Example
Text Example
White with #CA751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA751D; }
p { color: rgb(202,117,29); }
H1.HeaderClassName
{
color: #CA751D;
}
.AnyTagClassName
{
color: #CA751D;
}
</style>
background-color css
<style>
a { background-color: #CA751D; }
a { background-color: rgb(202,117,29); }
div.DivClassName
{
background-color: #CA751D;
}
.BgClassName
{
background-color: #CA751D;
}
</style>
border-color css
<style>
span { border-color: #CA751D; }
span { border-color: rgb(202,117,29); }
td.TdClassName
{
border-color: #CA751D;
}
.TagClassName
{
border-color: #CA751D;
}
</style>