Shades of Ochre #CA841C
Tints of Ochre #CA841C
RGB
CMYK
RGB Variations
Color information
#CA841C (or 0xCA841C) is known color: Ochre. HEX triplet: CA, 84 and 1C. RGB value is (202,132,28). Sum of RGB (Red+Green+Blue) = 202+132+28=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA841C is #357BE3. Grayscale: #8D8D8D. Windows color (decimal): -3505124 or 1869002. OLE color: 1869002.
HSL color Cylindrical-coordinate representation of color #CA841C: hue angle of 35.86º 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 #CA841C is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 28 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.21 |
| HSL | 35.86º | 0.76% | 0.45% | - |
| HSV(B) | 35.86º | 0.86% | 0.79% | - |
| XYZ | 32.82 | 29.14 | 4.99 | - |
| YUV | 141.07 | 64.19 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 28 | 0 | 0.35 | 0.86 | 0.21 | 35.86 | 0.76 | 0.45 |
| Hex | CA | 84 | 1C | 0 | 23 | 56 | 15 | 24 | 4C | 2D |
| Octal | 312 | 204 | 34 | 0 | 43 | 126 | 25 | 44 | 114 | 55 |
| Binary | 11001010 | 10000100 | 11100 | 0 | 100011 | 1010110 | 10101 | 100100 | 1001100 | 101101 |
Color Harmonies of #CA841C
Complementary color
Monochromatic Colors of #CA841C
Black with #CA841C
Text Example
Text Example
White with #CA841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA841C; }
p { color: rgb(202,132,28); }
H1.HeaderClassName
{
color: #CA841C;
}
.AnyTagClassName
{
color: #CA841C;
}
</style>
background-color css
<style>
a { background-color: #CA841C; }
a { background-color: rgb(202,132,28); }
div.DivClassName
{
background-color: #CA841C;
}
.BgClassName
{
background-color: #CA841C;
}
</style>
border-color css
<style>
span { border-color: #CA841C; }
span { border-color: rgb(202,132,28); }
td.TdClassName
{
border-color: #CA841C;
}
.TagClassName
{
border-color: #CA841C;
}
</style>