#CC7111

Color #CC7111 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CC7111

Tints of Ochre #CC7111

Color information

#CC7111 (or 0xCC7111) is unknown color: approx Ochre. HEX triplet: CC, 71 and 11. RGB value is (204,113,17). Sum of RGB (Red+Green+Blue) = 204+113+17=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7111 is #338EEE. Grayscale: #818181. Windows color (decimal): -3378927 or 1143244. OLE color: 1143244.

HSL color Cylindrical-coordinate representation of color #CC7111: hue angle of 30.8º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC7111 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB20411317-
CMYK00.450.920.2
HSL30.8º84.62%43.33%-
HSV(B)30.8º91.67%80%-
XYZ30.9124.693.67-
YUV129.2664.65181.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 61.08%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 17 (7.03% from 255) = 5.09%
R=61.08%
G=33.83%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041131700.450.920.230.884.6243.33
HexCC711102D5C141f552b
Octal31416121055134243712553
Binary110011001110001100010101101101110010100111111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7111; }

 p { color: rgb(204,113,17); }

 H1.HeaderClassName
 {
   color: #CC7111;
 }
 .AnyTagClassName
 {
   color: #CC7111;
 }
</style>
background-color css

<style>
 a { background-color: #CC7111; }

 a { background-color: rgb(204,113,17); }

 div.DivClassName
 {
   background-color: #CC7111;
 }
 .BgClassName
 {
   background-color: #CC7111;
 }
</style>
border-color css

<style>
 span { border-color: #CC7111; }

 span { border-color: rgb(204,113,17); }

 td.TdClassName
 {
   border-color: #CC7111;
 }
 .TagClassName
 {
   border-color: #CC7111;
 }
</style>