#CD793D

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

Shades of Zest #CD793D

Tints of Zest #CD793D

Color information

#CD793D (or 0xCD793D) is unknown color: approx Zest. HEX triplet: CD, 79 and 3D. RGB value is (205,121,61). Sum of RGB (Red+Green+Blue) = 205+121+61=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD793D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD793D is #3286C2. Grayscale: #8B8B8B. Windows color (decimal): -3311299 or 4028877. OLE color: 4028877.

HSL color Cylindrical-coordinate representation of color #CD793D: hue angle of 25º degrees, saturation: 0.59, 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 #CD793D is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20512161-
CMYK00.410.700.20
HSL25º59.02%52.16%-
HSV(B)25º70.24%80.39%-
XYZ32.8626.997.89-
YUV139.2883.83174.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.97%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 61 (24.22% from 255) = 15.76%
R=52.97%
G=31.27%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051216100.410.700.202559.0252.16
HexCD793D0294614193b34
Octal3151717505110624317364
Binary110011011111001111101010100110001101010011001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD793D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD793D; }

 p { color: rgb(205,121,61); }

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

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

 a { background-color: rgb(205,121,61); }

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

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

 span { border-color: rgb(205,121,61); }

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