#CC743E

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

Shades of Zest #CC743E

Tints of Zest #CC743E

Color information

#CC743E (or 0xCC743E) is unknown color: approx Zest. HEX triplet: CC, 74 and 3E. RGB value is (204,116,62). Sum of RGB (Red+Green+Blue) = 204+116+62=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC743E is #338BC1. Grayscale: #888888. Windows color (decimal): -3378114 or 4093132. OLE color: 4093132.

HSL color Cylindrical-coordinate representation of color #CC743E: hue angle of 22.82º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC743E is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB20411662-
CMYK00.430.700.2
HSL22.82º58.2%52.16%-
HSV(B)22.82º69.61%80%-
XYZ32.0225.687.83-
YUV136.1686.15176.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.40%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 62 (24.61% from 255) = 16.23%
R=53.40%
G=30.37%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041166200.430.700.222.8258.252.16
HexCC743E02B4614173a34
Octal3141647605310624277264
Binary110011001110100111110010101110001101010010111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC743E; }

 p { color: rgb(204,116,62); }

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

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

 a { background-color: rgb(204,116,62); }

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

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

 span { border-color: rgb(204,116,62); }

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