#C0843A

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

Shades of Pizza #C0843A

Tints of Pizza #C0843A

Color information

#C0843A (or 0xC0843A) is unknown color: approx Pizza. HEX triplet: C0, 84 and 3A. RGB value is (192,132,58). Sum of RGB (Red+Green+Blue) = 192+132+58=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0843A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0843A is #3F7BC5. Grayscale: #8D8D8D. Windows color (decimal): -4160454 or 3835072. OLE color: 3835072.

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

Color convert

RGB19213258-
CMYK00.310.700.25
HSL33.13º53.6%49.02%-
HSV(B)33.13º69.79%75.29%-
XYZ30.7528.017.79-
YUV141.580.88164.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 58 (23.05% from 255) = 15.18%
R=50.26%
G=34.55%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921325800.310.700.2533.1353.649.02
HexC0843A01F4619213631
Octal3002047203710631416661
Binary1100000010000100111010011111100011011001100001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0843A; }

 p { color: rgb(192,132,58); }

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

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

 a { background-color: rgb(192,132,58); }

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

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

 span { border-color: rgb(192,132,58); }

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