#C66A3D

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

Shades of Zest #C66A3D

Tints of Zest #C66A3D

Color information

#C66A3D (or 0xC66A3D) is unknown color: approx Zest. HEX triplet: C6, 6A and 3D. RGB value is (198,106,61). Sum of RGB (Red+Green+Blue) = 198+106+61=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66A3D is #3995C2. Grayscale: #808080. Windows color (decimal): -3773891 or 4025030. OLE color: 4025030.

HSL color Cylindrical-coordinate representation of color #C66A3D: hue angle of 19.71º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C66A3D is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB19810661-
CMYK00.460.690.22
HSL19.71º54.58%50.78%-
HSV(B)19.71º69.19%77.65%-
XYZ29.2922.657.24-
YUV128.3889.98177.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.25%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 61 (24.22% from 255) = 16.71%
R=54.25%
G=29.04%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981066100.460.690.2219.7154.5850.78
HexC66A3D02E4516143733
Octal3061527505610526246763
Binary110001101101010111101010111010001011011010100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66A3D; }

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

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

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

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

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

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

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

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