#C1943E

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

Shades of Pizza #C1943E

Tints of Pizza #C1943E

Color information

#C1943E (or 0xC1943E) is unknown color: approx Pizza. HEX triplet: C1, 94 and 3E. RGB value is (193,148,62). Sum of RGB (Red+Green+Blue) = 193+148+62=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1943E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1943E is #3E6BC1. Grayscale: #989898. Windows color (decimal): -4090818 or 4101313. OLE color: 4101313.

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

Color convert

RGB19314862-
CMYK00.230.680.24
HSL39.39º51.37%50%-
HSV(B)39.39º67.88%75.69%-
XYZ33.4532.879.14-
YUV151.6577.41157.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.89%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 62 (24.61% from 255) = 15.38%
R=47.89%
G=36.72%
B=15.38%

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
Decimal1931486200.230.680.2439.3951.3750
HexC1943E0174418273332
Octal3012247602710430476362
Binary1100000110010100111110010111100010011000100111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1943E; }

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

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

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

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

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

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

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

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