#C0693F

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

Shades of Zest #C0693F

Tints of Zest #C0693F

Color information

#C0693F (or 0xC0693F) is unknown color: approx Zest. HEX triplet: C0, 69 and 3F. RGB value is (192,105,63). Sum of RGB (Red+Green+Blue) = 192+105+63=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C0693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0693F is #3F96C0. Grayscale: #7E7E7E. Windows color (decimal): -4167361 or 4155840. OLE color: 4155840.

HSL color Cylindrical-coordinate representation of color #C0693F: hue angle of 19.53º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0693F is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19210563-
CMYK00.450.670.25
HSL19.53º50.59%50%-
HSV(B)19.53º67.19%75.29%-
XYZ27.6921.677.43-
YUV126.2292.32174.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.33%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 63 (25% from 255) = 17.5%
R=53.33%
G=29.17%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921056300.450.670.2519.5350.5950
HexC0693F02D4319143332
Octal3001517705510331246362
Binary110000001101001111111010110110000111100110100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0693F; }

 p { color: rgb(192,105,63); }

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

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

 a { background-color: rgb(192,105,63); }

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

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

 span { border-color: rgb(192,105,63); }

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