#C06F3B

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

Shades of Zest #C06F3B

Tints of Zest #C06F3B

Color information

#C06F3B (or 0xC06F3B) is unknown color: approx Zest. HEX triplet: C0, 6F and 3B. RGB value is (192,111,59). Sum of RGB (Red+Green+Blue) = 192+111+59=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F3B is #3F90C4. Grayscale: #818181. Windows color (decimal): -4165829 or 3895232. OLE color: 3895232.

HSL color Cylindrical-coordinate representation of color #C06F3B: hue angle of 23.46º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C06F3B is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19211159-
CMYK00.420.690.25
HSL23.46º52.99%49.22%-
HSV(B)23.46º69.27%75.29%-
XYZ28.2122.897.07-
YUV129.2988.34172.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.04%
GREEN value IS 111 (43.75% from 255) = 30.66%
BLUE value IS 59 (23.44% from 255) = 16.30%
R=53.04%
G=30.66%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921115900.420.690.2523.4652.9949.22
HexC06F3B02A4519173531
Octal3001577305210531276561
Binary110000001101111111011010101010001011100110111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06F3B; }

 p { color: rgb(192,111,59); }

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

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

 a { background-color: rgb(192,111,59); }

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

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

 span { border-color: rgb(192,111,59); }

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