#C3693D

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

Shades of Zest #C3693D

Tints of Zest #C3693D

Color information

#C3693D (or 0xC3693D) is unknown color: approx Zest. HEX triplet: C3, 69 and 3D. RGB value is (195,105,61). Sum of RGB (Red+Green+Blue) = 195+105+61=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3693D is #3C96C2. Grayscale: #7F7F7F. Windows color (decimal): -3970755 or 4024771. OLE color: 4024771.

HSL color Cylindrical-coordinate representation of color #C3693D: hue angle of 19.7º 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 #C3693D is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19510561-
CMYK00.460.690.24
HSL19.7º52.76%50.2%-
HSV(B)19.7º68.72%76.47%-
XYZ28.422.047.17-
YUV126.8990.82176.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.02%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=54.02%
G=29.09%
B=16.90%

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
Decimal1951056100.460.690.2419.752.7650.2
HexC3693D02E4518143532
Octal3031517505610530246562
Binary110000111101001111101010111010001011100010100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3693D; }

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

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

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

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

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

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

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

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