#C1953E

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

Shades of Pizza #C1953E

Tints of Pizza #C1953E

Color information

#C1953E (or 0xC1953E) is unknown color: approx Pizza. HEX triplet: C1, 95 and 3E. RGB value is (193,149,62). Sum of RGB (Red+Green+Blue) = 193+149+62=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1953E is #3E6AC1. Grayscale: #989898. Windows color (decimal): -4090562 or 4101569. OLE color: 4101569.

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

Color convert

RGB19314962-
CMYK00.230.680.24
HSL39.85º51.37%50%-
HSV(B)39.85º67.88%75.69%-
XYZ33.6133.189.19-
YUV152.2477.08157.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.77%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 62 (24.61% from 255) = 15.35%
R=47.77%
G=36.88%
B=15.35%

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
Decimal1931496200.230.680.2439.8551.3750
HexC1953E0174418283332
Octal3012257602710430506362
Binary1100000110010101111110010111100010011000101000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1953E; }

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

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

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

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

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

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

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

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