#C36A3D

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

Shades of Zest #C36A3D

Tints of Zest #C36A3D

Color information

#C36A3D (or 0xC36A3D) is unknown color: approx Zest. HEX triplet: C3, 6A and 3D. RGB value is (195,106,61). Sum of RGB (Red+Green+Blue) = 195+106+61=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36A3D is #3C95C2. Grayscale: #7F7F7F. Windows color (decimal): -3970499 or 4025027. OLE color: 4025027.

HSL color Cylindrical-coordinate representation of color #C36A3D: hue angle of 20.15º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C36A3D is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19510661-
CMYK00.460.690.24
HSL20.15º52.76%50.2%-
HSV(B)20.15º68.72%76.47%-
XYZ28.522.257.21-
YUV127.4890.49176.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.87%
GREEN value IS 106 (41.80% from 255) = 29.28%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=53.87%
G=29.28%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951066100.460.690.2420.1552.7650.2
HexC36A3D02E4518143532
Octal3031527505610530246562
Binary110000111101010111101010111010001011100010100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36A3D; }

 p { color: rgb(195,106,61); }

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

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

 a { background-color: rgb(195,106,61); }

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

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

 span { border-color: rgb(195,106,61); }

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