Shades of Ochre #CC7F23
Tints of Ochre #CC7F23
RGB
CMYK
RGB Variations
Color information
#CC7F23 (or 0xCC7F23) is known color: Ochre. HEX triplet: CC, 7F and 23. RGB value is (204,127,35). Sum of RGB (Red+Green+Blue) = 204+127+35=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7F23 is #3380DC. Grayscale: #8B8B8B. Windows color (decimal): -3375325 or 2326476. OLE color: 2326476.
HSL color Cylindrical-coordinate representation of color #CC7F23: hue angle of 32.66º 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 #CC7F23 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 35 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.2 |
| HSL | 32.66º | 0.71% | 0.47% | - |
| HSV(B) | 32.66º | 0.83% | 0.8% | - |
| XYZ | 32.79 | 28.14 | 5.29 | - |
| YUV | 139.54 | 69.01 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 35 | 0 | 0.38 | 0.83 | 0.2 | 32.66 | 0.71 | 0.47 |
| Hex | CC | 7F | 23 | 0 | 26 | 53 | 14 | 21 | 47 | 2F |
| Octal | 314 | 177 | 43 | 0 | 46 | 123 | 24 | 41 | 107 | 57 |
| Binary | 11001100 | 1111111 | 100011 | 0 | 100110 | 1010011 | 10100 | 100001 | 1000111 | 101111 |
Color Harmonies of #CC7F23
Complementary color
Monochromatic Colors of #CC7F23
Black with #CC7F23
Text Example
Text Example
White with #CC7F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7F23; }
p { color: rgb(204,127,35); }
H1.HeaderClassName
{
color: #CC7F23;
}
.AnyTagClassName
{
color: #CC7F23;
}
</style>
background-color css
<style>
a { background-color: #CC7F23; }
a { background-color: rgb(204,127,35); }
div.DivClassName
{
background-color: #CC7F23;
}
.BgClassName
{
background-color: #CC7F23;
}
</style>
border-color css
<style>
span { border-color: #CC7F23; }
span { border-color: rgb(204,127,35); }
td.TdClassName
{
border-color: #CC7F23;
}
.TagClassName
{
border-color: #CC7F23;
}
</style>