#C2893B

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

Shades of Pizza #C2893B

Tints of Pizza #C2893B

Color information

#C2893B (or 0xC2893B) is unknown color: approx Pizza. HEX triplet: C2, 89 and 3B. RGB value is (194,137,59). Sum of RGB (Red+Green+Blue) = 194+137+59=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2893B is #3D76C4. Grayscale: #919191. Windows color (decimal): -4028101 or 3901890. OLE color: 3901890.

HSL color Cylindrical-coordinate representation of color #C2893B: hue angle of 34.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2893B is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19413759-
CMYK00.290.700.24
HSL34.67º53.36%49.61%-
HSV(B)34.67º69.59%76.08%-
XYZ31.9829.688.18-
YUV145.1579.38162.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 59 (23.44% from 255) = 15.13%
R=49.74%
G=35.13%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941375900.290.700.2434.6753.3649.61
HexC2893B01D4618233532
Octal3022117303510630436562
Binary1100001010001001111011011101100011011000100011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2893B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2893B; }

 p { color: rgb(194,137,59); }

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

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

 a { background-color: rgb(194,137,59); }

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

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

 span { border-color: rgb(194,137,59); }

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