#C06D3A

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

Shades of Zest #C06D3A

Tints of Zest #C06D3A

Color information

#C06D3A (or 0xC06D3A) is unknown color: approx Zest. HEX triplet: C0, 6D and 3A. RGB value is (192,109,58). Sum of RGB (Red+Green+Blue) = 192+109+58=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06D3A is #3F92C5. Grayscale: #808080. Windows color (decimal): -4166342 or 3829184. OLE color: 3829184.

HSL color Cylindrical-coordinate representation of color #C06D3A: hue angle of 22.84º 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 #C06D3A is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19210958-
CMYK00.430.700.25
HSL22.84º53.6%49.02%-
HSV(B)22.84º69.79%75.29%-
XYZ27.9722.456.86-
YUV12888.5173.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.48%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 58 (23.05% from 255) = 16.16%
R=53.48%
G=30.36%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921095800.430.700.2522.8453.649.02
HexC06D3A02B4619173631
Octal3001557205310631276661
Binary110000001101101111010010101110001101100110111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D3A; }

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

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

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

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

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

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

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

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