#C2973E

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

Shades of Pizza #C2973E

Tints of Pizza #C2973E

Color information

#C2973E (or 0xC2973E) is unknown color: approx Pizza. HEX triplet: C2, 97 and 3E. RGB value is (194,151,62). Sum of RGB (Red+Green+Blue) = 194+151+62=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2973E is #3D68C1. Grayscale: #9A9A9A. Windows color (decimal): -4024514 or 4102082. OLE color: 4102082.

HSL color Cylindrical-coordinate representation of color #C2973E: hue angle of 40.45º 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 #C2973E is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19415162-
CMYK00.220.680.24
HSL40.45º51.97%50.2%-
HSV(B)40.45º68.04%76.08%-
XYZ34.1833.959.31-
YUV153.7176.25156.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.67%
GREEN value IS 151 (59.38% from 255) = 37.10%
BLUE value IS 62 (24.61% from 255) = 15.23%
R=47.67%
G=37.10%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941516200.220.680.2440.4551.9750.2
HexC2973E0164418283432
Octal3022277602610430506462
Binary1100001010010111111110010110100010011000101000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2973E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2973E; }

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

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

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

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

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

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

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

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