#C1973E

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

Shades of Pizza #C1973E

Tints of Pizza #C1973E

Color information

#C1973E (or 0xC1973E) is unknown color: approx Pizza. HEX triplet: C1, 97 and 3E. RGB value is (193,151,62). Sum of RGB (Red+Green+Blue) = 193+151+62=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1973E is #3E68C1. Grayscale: #999999. Windows color (decimal): -4090050 or 4102081. OLE color: 4102081.

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

Color convert

RGB19315162-
CMYK00.220.680.24
HSL40.76º51.37%50%-
HSV(B)40.76º67.88%75.69%-
XYZ33.9333.829.3-
YUV153.4176.41156.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 62 (24.61% from 255) = 15.27%
R=47.54%
G=37.19%
B=15.27%

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
Decimal1931516200.220.680.2440.7651.3750
HexC1973E0164418293332
Octal3012277602610430516362
Binary1100000110010111111110010110100010011000101001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1973E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1973E; }

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

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

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

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

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

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

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

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