Shades of Ochre #CC7926
Tints of Ochre #CC7926
RGB
CMYK
RGB Variations
Color information
#CC7926 (or 0xCC7926) is known color: Ochre. HEX triplet: CC, 79 and 26. RGB value is (204,121,38). Sum of RGB (Red+Green+Blue) = 204+121+38=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7926 is #3386D9. Grayscale: #888888. Windows color (decimal): -3376858 or 2521548. OLE color: 2521548.
HSL color Cylindrical-coordinate representation of color #CC7926: hue angle of 30º 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 #CC7926 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 38 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.2 |
| HSL | 30º | 0.69% | 0.47% | - |
| HSV(B) | 30º | 0.81% | 0.8% | - |
| XYZ | 32.09 | 26.65 | 5.29 | - |
| YUV | 136.36 | 72.5 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 38 | 0 | 0.41 | 0.81 | 0.2 | 30 | 0.69 | 0.47 |
| Hex | CC | 79 | 26 | 0 | 29 | 51 | 14 | 1E | 45 | 2F |
| Octal | 314 | 171 | 46 | 0 | 51 | 121 | 24 | 36 | 105 | 57 |
| Binary | 11001100 | 1111001 | 100110 | 0 | 101001 | 1010001 | 10100 | 11110 | 1000101 | 101111 |
Color Harmonies of #CC7926
Complementary color
Monochromatic Colors of #CC7926
Black with #CC7926
Text Example
Text Example
White with #CC7926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7926; }
p { color: rgb(204,121,38); }
H1.HeaderClassName
{
color: #CC7926;
}
.AnyTagClassName
{
color: #CC7926;
}
</style>
background-color css
<style>
a { background-color: #CC7926; }
a { background-color: rgb(204,121,38); }
div.DivClassName
{
background-color: #CC7926;
}
.BgClassName
{
background-color: #CC7926;
}
</style>
border-color css
<style>
span { border-color: #CC7926; }
span { border-color: rgb(204,121,38); }
td.TdClassName
{
border-color: #CC7926;
}
.TagClassName
{
border-color: #CC7926;
}
</style>