Shades of Ochre #CC7826
Tints of Ochre #CC7826
RGB
CMYK
RGB Variations
Color information
#CC7826 (or 0xCC7826) is known color: Ochre. HEX triplet: CC, 78 and 26. RGB value is (204,120,38). Sum of RGB (Red+Green+Blue) = 204+120+38=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7826 is #3387D9. Grayscale: #888888. Windows color (decimal): -3377114 or 2521292. OLE color: 2521292.
HSL color Cylindrical-coordinate representation of color #CC7826: hue angle of 29.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC7826 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 38 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.2 |
| HSL | 29.64º | 0.69% | 0.47% | - |
| HSV(B) | 29.64º | 0.81% | 0.8% | - |
| XYZ | 31.97 | 26.41 | 5.25 | - |
| YUV | 135.77 | 72.83 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 38 | 0 | 0.41 | 0.81 | 0.2 | 29.64 | 0.69 | 0.47 |
| Hex | CC | 78 | 26 | 0 | 29 | 51 | 14 | 1E | 45 | 2F |
| Octal | 314 | 170 | 46 | 0 | 51 | 121 | 24 | 36 | 105 | 57 |
| Binary | 11001100 | 1111000 | 100110 | 0 | 101001 | 1010001 | 10100 | 11110 | 1000101 | 101111 |
Color Harmonies of #CC7826
Complementary color
Monochromatic Colors of #CC7826
Black with #CC7826
Text Example
Text Example
White with #CC7826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7826; }
p { color: rgb(204,120,38); }
H1.HeaderClassName
{
color: #CC7826;
}
.AnyTagClassName
{
color: #CC7826;
}
</style>
background-color css
<style>
a { background-color: #CC7826; }
a { background-color: rgb(204,120,38); }
div.DivClassName
{
background-color: #CC7826;
}
.BgClassName
{
background-color: #CC7826;
}
</style>
border-color css
<style>
span { border-color: #CC7826; }
span { border-color: rgb(204,120,38); }
td.TdClassName
{
border-color: #CC7826;
}
.TagClassName
{
border-color: #CC7826;
}
</style>