Shades of Ochre #CA811C
Tints of Ochre #CA811C
RGB
CMYK
RGB Variations
Color information
#CA811C (or 0xCA811C) is known color: Ochre. HEX triplet: CA, 81 and 1C. RGB value is (202,129,28). Sum of RGB (Red+Green+Blue) = 202+129+28=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA811C is #357EE3. Grayscale: #8B8B8B. Windows color (decimal): -3505892 or 1868234. OLE color: 1868234.
HSL color Cylindrical-coordinate representation of color #CA811C: hue angle of 34.83º 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 #CA811C is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 129 | 28 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.21 |
| HSL | 34.83º | 0.76% | 0.45% | - |
| HSV(B) | 34.83º | 0.86% | 0.79% | - |
| XYZ | 32.42 | 28.34 | 4.86 | - |
| YUV | 139.31 | 65.18 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 129 | 28 | 0 | 0.36 | 0.86 | 0.21 | 34.83 | 0.76 | 0.45 |
| Hex | CA | 81 | 1C | 0 | 24 | 56 | 15 | 23 | 4C | 2D |
| Octal | 312 | 201 | 34 | 0 | 44 | 126 | 25 | 43 | 114 | 55 |
| Binary | 11001010 | 10000001 | 11100 | 0 | 100100 | 1010110 | 10101 | 100011 | 1001100 | 101101 |
Color Harmonies of #CA811C
Complementary color
Monochromatic Colors of #CA811C
Black with #CA811C
Text Example
Text Example
White with #CA811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA811C; }
p { color: rgb(202,129,28); }
H1.HeaderClassName
{
color: #CA811C;
}
.AnyTagClassName
{
color: #CA811C;
}
</style>
background-color css
<style>
a { background-color: #CA811C; }
a { background-color: rgb(202,129,28); }
div.DivClassName
{
background-color: #CA811C;
}
.BgClassName
{
background-color: #CA811C;
}
</style>
border-color css
<style>
span { border-color: #CA811C; }
span { border-color: rgb(202,129,28); }
td.TdClassName
{
border-color: #CA811C;
}
.TagClassName
{
border-color: #CA811C;
}
</style>