#C0963F

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

Shades of Pizza #C0963F

Tints of Pizza #C0963F

Color information

#C0963F (or 0xC0963F) is unknown color: approx Pizza. HEX triplet: C0, 96 and 3F. RGB value is (192,150,63). Sum of RGB (Red+Green+Blue) = 192+150+63=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0963F is #3F69C0. Grayscale: #999999. Windows color (decimal): -4155841 or 4167360. OLE color: 4167360.

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

Color convert

RGB19215063-
CMYK00.220.670.25
HSL40.47º50.59%50%-
HSV(B)40.47º67.19%75.29%-
XYZ33.5433.389.38-
YUV152.6477.41156.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 63 (25% from 255) = 15.56%
R=47.41%
G=37.04%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921506300.220.670.2540.4750.5950
HexC0963F0164319283332
Octal3002267702610331506362
Binary1100000010010110111111010110100001111001101000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0963F; }

 p { color: rgb(192,150,63); }

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

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

 a { background-color: rgb(192,150,63); }

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

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

 span { border-color: rgb(192,150,63); }

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