#C0763A

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

Shades of Zest #C0763A

Tints of Zest #C0763A

Color information

#C0763A (or 0xC0763A) is unknown color: approx Zest. HEX triplet: C0, 76 and 3A. RGB value is (192,118,58). Sum of RGB (Red+Green+Blue) = 192+118+58=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0763A is #3F89C5. Grayscale: #858585. Windows color (decimal): -4164038 or 3831488. OLE color: 3831488.

HSL color Cylindrical-coordinate representation of color #C0763A: hue angle of 26.87º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0763A is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19211858-
CMYK00.390.700.25
HSL26.87º53.6%49.02%-
HSV(B)26.87º69.79%75.29%-
XYZ28.9824.477.2-
YUV133.2985.52169.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.17%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 58 (23.05% from 255) = 15.76%
R=52.17%
G=32.07%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921185800.390.700.2526.8753.649.02
HexC0763A02746191b3631
Octal3001667204710631336661
Binary110000001110110111010010011110001101100111011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0763A; }

 p { color: rgb(192,118,58); }

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

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

 a { background-color: rgb(192,118,58); }

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

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

 span { border-color: rgb(192,118,58); }

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