#C0903E

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

Shades of Pizza #C0903E

Tints of Pizza #C0903E

Color information

#C0903E (or 0xC0903E) is unknown color: approx Pizza. HEX triplet: C0, 90 and 3E. RGB value is (192,144,62). Sum of RGB (Red+Green+Blue) = 192+144+62=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 62 (24.61% from 255 or 15.58% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0903E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0903E is #3F6FC1. Grayscale: #959595. Windows color (decimal): -4157378 or 4100288. OLE color: 4100288.

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

Color convert

RGB19214462-
CMYK00.250.680.25
HSL37.85º51.18%49.8%-
HSV(B)37.85º67.71%75.29%-
XYZ32.5831.58.92-
YUV14978.9158.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.24%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 62 (24.61% from 255) = 15.58%
R=48.24%
G=36.18%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921446200.250.680.2537.8551.1849.8
HexC0903E0194419263332
Octal3002207603110431466362
Binary1100000010010000111110011001100010011001100110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0903E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0903E; }

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

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

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

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

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

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

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

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