#CC7E10

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

Shades of Ochre #CC7E10

Tints of Ochre #CC7E10

Color information

#CC7E10 (or 0xCC7E10) is unknown color: approx Ochre. HEX triplet: CC, 7E and 10. RGB value is (204,126,16). Sum of RGB (Red+Green+Blue) = 204+126+16=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7E10 is #3381EF. Grayscale: #898989. Windows color (decimal): -3375600 or 1081036. OLE color: 1081036.

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

Color convert

RGB20412616-
CMYK00.380.920.2
HSL35.11º85.45%43.14%-
HSV(B)35.11º92.16%80%-
XYZ32.4627.84.14-
YUV136.7859.84175.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.96%
GREEN value IS 126 (49.61% from 255) = 36.42%
BLUE value IS 16 (6.64% from 255) = 4.62%
R=58.96%
G=36.42%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041261600.380.920.235.1185.4543.14
HexCC7E100265C1423552b
Octal31417620046134244312553
Binary1100110011111101000001001101011100101001000111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7E10; }

 p { color: rgb(204,126,16); }

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

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

 a { background-color: rgb(204,126,16); }

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

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

 span { border-color: rgb(204,126,16); }

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