Shades of Ochre #CC7523
Tints of Ochre #CC7523
RGB
CMYK
RGB Variations
Color information
#CC7523 (or 0xCC7523) is known color: Ochre. HEX triplet: CC, 75 and 23. RGB value is (204,117,35). Sum of RGB (Red+Green+Blue) = 204+117+35=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7523 is #338ADC. Grayscale: #868686. Windows color (decimal): -3377885 or 2323916. OLE color: 2323916.
HSL color Cylindrical-coordinate representation of color #CC7523: hue angle of 29.11º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC7523 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 35 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.2 |
| HSL | 29.11º | 0.71% | 0.47% | - |
| HSV(B) | 29.11º | 0.83% | 0.8% | - |
| XYZ | 31.57 | 25.68 | 4.88 | - |
| YUV | 133.67 | 72.32 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 35 | 0 | 0.43 | 0.83 | 0.2 | 29.11 | 0.71 | 0.47 |
| Hex | CC | 75 | 23 | 0 | 2B | 53 | 14 | 1D | 47 | 2F |
| Octal | 314 | 165 | 43 | 0 | 53 | 123 | 24 | 35 | 107 | 57 |
| Binary | 11001100 | 1110101 | 100011 | 0 | 101011 | 1010011 | 10100 | 11101 | 1000111 | 101111 |
Color Harmonies of #CC7523
Complementary color
Monochromatic Colors of #CC7523
Black with #CC7523
Text Example
Text Example
White with #CC7523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7523; }
p { color: rgb(204,117,35); }
H1.HeaderClassName
{
color: #CC7523;
}
.AnyTagClassName
{
color: #CC7523;
}
</style>
background-color css
<style>
a { background-color: #CC7523; }
a { background-color: rgb(204,117,35); }
div.DivClassName
{
background-color: #CC7523;
}
.BgClassName
{
background-color: #CC7523;
}
</style>
border-color css
<style>
span { border-color: #CC7523; }
span { border-color: rgb(204,117,35); }
td.TdClassName
{
border-color: #CC7523;
}
.TagClassName
{
border-color: #CC7523;
}
</style>