#CD7141

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

Shades of Zest #CD7141

Tints of Zest #CD7141

Color information

#CD7141 (or 0xCD7141) is unknown color: approx Zest. HEX triplet: CD, 71 and 41. RGB value is (205,113,65). Sum of RGB (Red+Green+Blue) = 205+113+65=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7141 is #328EBE. Grayscale: #878787. Windows color (decimal): -3313343 or 4288973. OLE color: 4288973.

HSL color Cylindrical-coordinate representation of color #CD7141: hue angle of 20.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD7141 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20511365-
CMYK00.450.680.20
HSL20.57º58.33%52.94%-
HSV(B)20.57º68.29%80.39%-
XYZ32.0425.178.17-
YUV135.0488.48177.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.52%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 65 (25.78% from 255) = 16.97%
R=53.52%
G=29.50%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051136500.450.680.2020.5758.3352.94
HexCD714102D4414153a35
Octal31516110105510424257265
Binary1100110111100011000001010110110001001010010101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7141; }

 p { color: rgb(205,113,65); }

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

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

 a { background-color: rgb(205,113,65); }

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

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

 span { border-color: rgb(205,113,65); }

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