#C09342

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

Shades of Pizza #C09342

Tints of Pizza #C09342

Color information

#C09342 (or 0xC09342) is unknown color: approx Pizza. HEX triplet: C0, 93 and 42. RGB value is (192,147,66). Sum of RGB (Red+Green+Blue) = 192+147+66=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C09342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09342 is #3F6CBD. Grayscale: #979797. Windows color (decimal): -4156606 or 4363200. OLE color: 4363200.

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

Color convert

RGB19214766-
CMYK00.230.660.25
HSL38.57º50%50.59%-
HSV(B)38.57º65.62%75.29%-
XYZ33.1632.479.67-
YUV151.2279.91157.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 66 (26.17% from 255) = 16.30%
R=47.41%
G=36.30%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921476600.230.660.2538.575050.59
HexC093420174219273233
Octal30022310202710231476263
Binary11000000100100111000010010111100001011001100111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09342; }

 p { color: rgb(192,147,66); }

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

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

 a { background-color: rgb(192,147,66); }

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

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

 span { border-color: rgb(192,147,66); }

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