#c1973d

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

Shades of Pizza #C1973D

Tints of Pizza #C1973D

Color information

#C1973D (or 0xC1973D) is unknown color: approx Pizza. HEX triplet: C1, 97 and 3D. RGB value is (193,151,61). Sum of RGB (Red+Green+Blue) = 193+151+61=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1973D is #3E68C2. Grayscale: #999999. Windows color (decimal): -4090051 or 4036545. OLE color: 4036545.

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

Color convert

RGB19315161-
CMYK00.220.680.24
HSL40.91º51.97%49.8%-
HSV(B)40.91º68.39%75.69%-
XYZ33.933.819.15-
YUV153.375.91156.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.65%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 61 (24.22% from 255) = 15.06%
R=47.65%
G=37.28%
B=15.06%

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
Decimal1931516100.220.680.2440.9151.9749.8
HexC1973D0164418293432
Octal3012277502610430516462
Binary1100000110010111111101010110100010011000101001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1973d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1973d; }

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

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

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

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

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

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

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

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