#C66A35

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

Shades of Zest #C66A35

Tints of Zest #C66A35

Color information

#C66A35 (or 0xC66A35) is unknown color: approx Zest. HEX triplet: C6, 6A and 35. RGB value is (198,106,53). Sum of RGB (Red+Green+Blue) = 198+106+53=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66A35 is #3995CA. Grayscale: #7F7F7F. Windows color (decimal): -3773899 or 3500742. OLE color: 3500742.

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

Color convert

RGB19810653-
CMYK00.460.730.22
HSL21.93º57.77%49.22%-
HSV(B)21.93º73.23%77.65%-
XYZ29.0922.576.19-
YUV127.4785.98178.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.46%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=55.46%
G=29.69%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981065300.460.730.2221.9357.7749.22
HexC66A3502E4916163a31
Octal3061526505611126267261
Binary110001101101010110101010111010010011011010110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66A35; }

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

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

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

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

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

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

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

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