#C09041

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

Shades of Pizza #C09041

Tints of Pizza #C09041

Color information

#C09041 (or 0xC09041) is unknown color: approx Pizza. HEX triplet: C0, 90 and 41. RGB value is (192,144,65). Sum of RGB (Red+Green+Blue) = 192+144+65=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C09041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09041 is #3F6FBE. Grayscale: #959595. Windows color (decimal): -4157375 or 4296896. OLE color: 4296896.

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

Color convert

RGB19214465-
CMYK00.250.660.25
HSL37.32º50.2%50.39%-
HSV(B)37.32º66.15%75.29%-
XYZ32.6731.539.37-
YUV149.3580.4158.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.88%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 65 (25.78% from 255) = 16.21%
R=47.88%
G=35.91%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921446500.250.660.2537.3250.250.39
HexC090410194219253232
Octal30022010103110231456262
Binary11000000100100001000001011001100001011001100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09041; }

 p { color: rgb(192,144,65); }

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

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

 a { background-color: rgb(192,144,65); }

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

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

 span { border-color: rgb(192,144,65); }

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