#C18F39

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

Shades of Pizza #C18F39

Tints of Pizza #C18F39

Color information

#C18F39 (or 0xC18F39) is unknown color: approx Pizza. HEX triplet: C1, 8F and 39. RGB value is (193,143,57). Sum of RGB (Red+Green+Blue) = 193+143+57=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18F39 is #3E70C6. Grayscale: #949494. Windows color (decimal): -4092103 or 3772353. OLE color: 3772353.

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

Color convert

RGB19314357-
CMYK00.260.700.24
HSL37.94º54.4%49.02%-
HSV(B)37.94º70.47%75.69%-
XYZ32.5531.288.19-
YUV148.1576.56159.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.11%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 57 (22.66% from 255) = 14.50%
R=49.11%
G=36.39%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931435700.260.700.2437.9454.449.02
HexC18F3901A4618263631
Octal3012177103210630466661
Binary1100000110001111111001011010100011011000100110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18F39; }

 p { color: rgb(193,143,57); }

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

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

 a { background-color: rgb(193,143,57); }

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

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

 span { border-color: rgb(193,143,57); }

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