#C1953D

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

Shades of Pizza #C1953D

Tints of Pizza #C1953D

Color information

#C1953D (or 0xC1953D) is unknown color: approx Pizza. HEX triplet: C1, 95 and 3D. RGB value is (193,149,61). Sum of RGB (Red+Green+Blue) = 193+149+61=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1953D is #3E6AC2. Grayscale: #989898. Windows color (decimal): -4090563 or 4036033. OLE color: 4036033.

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

Color convert

RGB19314961-
CMYK00.230.680.24
HSL40º51.97%49.8%-
HSV(B)40º68.39%75.69%-
XYZ33.5833.179.05-
YUV152.1276.58157.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.89%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 61 (24.22% from 255) = 15.14%
R=47.89%
G=36.97%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931496100.230.680.244051.9749.8
HexC1953D0174418283432
Octal3012257502710430506462
Binary1100000110010101111101010111100010011000101000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1953D; }

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

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

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

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

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

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

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

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