Shades of Ochre #CC7A1A
Tints of Ochre #CC7A1A
RGB
CMYK
RGB Variations
Color information
#CC7A1A (or 0xCC7A1A) is known color: Ochre. HEX triplet: CC, 7A and 1A. RGB value is (204,122,26). Sum of RGB (Red+Green+Blue) = 204+122+26=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A1A is #3385E5. Grayscale: #888888. Windows color (decimal): -3376614 or 1735372. OLE color: 1735372.
HSL color Cylindrical-coordinate representation of color #CC7A1A: hue angle of 32.36º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC7A1A is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 26 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.2 |
| HSL | 32.36º | 0.77% | 0.45% | - |
| HSV(B) | 32.36º | 0.87% | 0.8% | - |
| XYZ | 32.05 | 26.83 | 4.47 | - |
| YUV | 135.57 | 66.17 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 26 | 0 | 0.40 | 0.87 | 0.2 | 32.36 | 0.77 | 0.45 |
| Hex | CC | 7A | 1A | 0 | 28 | 57 | 14 | 20 | 4D | 2D |
| Octal | 314 | 172 | 32 | 0 | 50 | 127 | 24 | 40 | 115 | 55 |
| Binary | 11001100 | 1111010 | 11010 | 0 | 101000 | 1010111 | 10100 | 100000 | 1001101 | 101101 |
Color Harmonies of #CC7A1A
Complementary color
Monochromatic Colors of #CC7A1A
Black with #CC7A1A
Text Example
Text Example
White with #CC7A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A1A; }
p { color: rgb(204,122,26); }
H1.HeaderClassName
{
color: #CC7A1A;
}
.AnyTagClassName
{
color: #CC7A1A;
}
</style>
background-color css
<style>
a { background-color: #CC7A1A; }
a { background-color: rgb(204,122,26); }
div.DivClassName
{
background-color: #CC7A1A;
}
.BgClassName
{
background-color: #CC7A1A;
}
</style>
border-color css
<style>
span { border-color: #CC7A1A; }
span { border-color: rgb(204,122,26); }
td.TdClassName
{
border-color: #CC7A1A;
}
.TagClassName
{
border-color: #CC7A1A;
}
</style>