#CC7A11

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

Shades of Ochre #CC7A11

Tints of Ochre #CC7A11

Color information

#CC7A11 (or 0xCC7A11) is unknown color: approx Ochre. HEX triplet: CC, 7A and 11. RGB value is (204,122,17). Sum of RGB (Red+Green+Blue) = 204+122+17=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A11 is #3385EE. Grayscale: #878787. Windows color (decimal): -3376623 or 1145548. OLE color: 1145548.

HSL color Cylindrical-coordinate representation of color #CC7A11: hue angle of 33.69º 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 #CC7A11 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB20412217-
CMYK00.400.920.2
HSL33.69º84.62%43.33%-
HSV(B)33.69º91.67%80%-
XYZ31.9626.84.02-
YUV134.5561.67177.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.48%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 17 (7.03% from 255) = 4.96%
R=59.48%
G=35.57%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041221700.400.920.233.6984.6243.33
HexCC7A110285C1422552b
Octal31417221050134244212553
Binary1100110011110101000101010001011100101001000101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A11; }

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

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

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

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

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

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

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

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