#C18E3E

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

Shades of Pizza #C18E3E

Tints of Pizza #C18E3E

Color information

#C18E3E (or 0xC18E3E) is unknown color: approx Pizza. HEX triplet: C1, 8E and 3E. RGB value is (193,142,62). Sum of RGB (Red+Green+Blue) = 193+142+62=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18E3E is #3E71C1. Grayscale: #949494. Windows color (decimal): -4092354 or 4099777. OLE color: 4099777.

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

Color convert

RGB19314262-
CMYK00.260.680.24
HSL36.64º51.37%50%-
HSV(B)36.64º67.88%75.69%-
XYZ32.5331.038.83-
YUV148.1379.4160-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 62 (24.61% from 255) = 15.62%
R=48.61%
G=35.77%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931426200.260.680.2436.6451.3750
HexC18E3E01A4418253332
Octal3012167603210430456362
Binary1100000110001110111110011010100010011000100101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18E3E; }

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

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

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

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

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

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

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

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