Shades of Ochre #CA771C
Tints of Ochre #CA771C
RGB
CMYK
RGB Variations
Color information
#CA771C (or 0xCA771C) is known color: Ochre. HEX triplet: CA, 77 and 1C. RGB value is (202,119,28). Sum of RGB (Red+Green+Blue) = 202+119+28=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA771C is #3588E3. Grayscale: #858585. Windows color (decimal): -3508452 or 1865674. OLE color: 1865674.
HSL color Cylindrical-coordinate representation of color #CA771C: hue angle of 31.38º degrees, saturation: 0.76, 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 #CA771C is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 28 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.21 |
| HSL | 31.38º | 0.76% | 0.45% | - |
| HSV(B) | 31.38º | 0.86% | 0.79% | - |
| XYZ | 31.16 | 25.83 | 4.44 | - |
| YUV | 133.44 | 68.5 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 28 | 0 | 0.41 | 0.86 | 0.21 | 31.38 | 0.76 | 0.45 |
| Hex | CA | 77 | 1C | 0 | 29 | 56 | 15 | 1F | 4C | 2D |
| Octal | 312 | 167 | 34 | 0 | 51 | 126 | 25 | 37 | 114 | 55 |
| Binary | 11001010 | 1110111 | 11100 | 0 | 101001 | 1010110 | 10101 | 11111 | 1001100 | 101101 |
Color Harmonies of #CA771C
Complementary color
Monochromatic Colors of #CA771C
Black with #CA771C
Text Example
Text Example
White with #CA771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA771C; }
p { color: rgb(202,119,28); }
H1.HeaderClassName
{
color: #CA771C;
}
.AnyTagClassName
{
color: #CA771C;
}
</style>
background-color css
<style>
a { background-color: #CA771C; }
a { background-color: rgb(202,119,28); }
div.DivClassName
{
background-color: #CA771C;
}
.BgClassName
{
background-color: #CA771C;
}
</style>
border-color css
<style>
span { border-color: #CA771C; }
span { border-color: rgb(202,119,28); }
td.TdClassName
{
border-color: #CA771C;
}
.TagClassName
{
border-color: #CA771C;
}
</style>