#C2903E

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

Shades of Pizza #C2903E

Tints of Pizza #C2903E

Color information

#C2903E (or 0xC2903E) is unknown color: approx Pizza. HEX triplet: C2, 90 and 3E. RGB value is (194,144,62). Sum of RGB (Red+Green+Blue) = 194+144+62=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2903E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2903E is #3D6FC1. Grayscale: #959595. Windows color (decimal): -4026306 or 4100290. OLE color: 4100290.

HSL color Cylindrical-coordinate representation of color #C2903E: hue angle of 37.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2903E is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19414462-
CMYK00.260.680.24
HSL37.27º51.97%50.2%-
HSV(B)37.27º68.04%76.08%-
XYZ33.0931.768.94-
YUV149.678.56159.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.5%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 62 (24.61% from 255) = 15.5%
R=48.5%
G=36%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941446200.260.680.2437.2751.9750.2
HexC2903E01A4418253432
Octal3022207603210430456462
Binary1100001010010000111110011010100010011000100101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2903E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2903E; }

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

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

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

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

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

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

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

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