Shades of Ochre #CC7B25
Tints of Ochre #CC7B25
RGB
CMYK
RGB Variations
Color information
#CC7B25 (or 0xCC7B25) is known color: Ochre. HEX triplet: CC, 7B and 25. RGB value is (204,123,37). Sum of RGB (Red+Green+Blue) = 204+123+37=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B25 is #3384DA. Grayscale: #898989. Windows color (decimal): -3376347 or 2456524. OLE color: 2456524.
HSL color Cylindrical-coordinate representation of color #CC7B25: hue angle of 30.9º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC7B25 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 37 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.2 |
| HSL | 30.9º | 0.69% | 0.47% | - |
| HSV(B) | 30.9º | 0.82% | 0.8% | - |
| XYZ | 32.32 | 27.14 | 5.28 | - |
| YUV | 137.42 | 71.34 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 37 | 0 | 0.40 | 0.82 | 0.2 | 30.9 | 0.69 | 0.47 |
| Hex | CC | 7B | 25 | 0 | 28 | 52 | 14 | 1F | 45 | 2F |
| Octal | 314 | 173 | 45 | 0 | 50 | 122 | 24 | 37 | 105 | 57 |
| Binary | 11001100 | 1111011 | 100101 | 0 | 101000 | 1010010 | 10100 | 11111 | 1000101 | 101111 |
Color Harmonies of #CC7B25
Complementary color
Monochromatic Colors of #CC7B25
Black with #CC7B25
Text Example
Text Example
White with #CC7B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B25; }
p { color: rgb(204,123,37); }
H1.HeaderClassName
{
color: #CC7B25;
}
.AnyTagClassName
{
color: #CC7B25;
}
</style>
background-color css
<style>
a { background-color: #CC7B25; }
a { background-color: rgb(204,123,37); }
div.DivClassName
{
background-color: #CC7B25;
}
.BgClassName
{
background-color: #CC7B25;
}
</style>
border-color css
<style>
span { border-color: #CC7B25; }
span { border-color: rgb(204,123,37); }
td.TdClassName
{
border-color: #CC7B25;
}
.TagClassName
{
border-color: #CC7B25;
}
</style>