#c18e38

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

Shades of Pizza #C18E38

Tints of Pizza #C18E38

Color information

#C18E38 (or 0xC18E38) is unknown color: approx Pizza. HEX triplet: C1, 8E and 38. RGB value is (193,142,56). Sum of RGB (Red+Green+Blue) = 193+142+56=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18E38 is #3E71C7. Grayscale: #939393. Windows color (decimal): -4092360 or 3706561. OLE color: 3706561.

HSL color Cylindrical-coordinate representation of color #C18E38: hue angle of 37.66º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C18E38 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19314256-
CMYK00.260.710.24
HSL37.66º55.02%48.82%-
HSV(B)37.66º70.98%75.69%-
XYZ32.3830.978.01-
YUV147.4476.4160.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 56 (22.27% from 255) = 14.32%
R=49.36%
G=36.32%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931425600.260.710.2437.6655.0248.82
HexC18E3801A4718263731
Octal3012167003210730466761
Binary1100000110001110111000011010100011111000100110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c18e38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c18e38; }

 p { color: rgb(193,142,56); }

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

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

 a { background-color: rgb(193,142,56); }

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

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

 span { border-color: rgb(193,142,56); }

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