#C69236

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

Shades of Pizza #C69236

Tints of Pizza #C69236

Color information

#C69236 (or 0xC69236) is unknown color: approx Pizza. HEX triplet: C6, 92 and 36. RGB value is (198,146,54). Sum of RGB (Red+Green+Blue) = 198+146+54=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C69236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69236 is #396DC9. Grayscale: #979797. Windows color (decimal): -3763658 or 3576518. OLE color: 3576518.

HSL color Cylindrical-coordinate representation of color #C69236: hue angle of 38.33º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C69236 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19814654-
CMYK00.260.730.22
HSL38.33º57.14%49.41%-
HSV(B)38.33º72.73%77.65%-
XYZ34.2332.838.02-
YUV151.0673.23161.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.75%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 54 (21.48% from 255) = 13.57%
R=49.75%
G=36.68%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981465400.260.730.2238.3357.1449.41
HexC6923601A4916263931
Octal3062226603211126467161
Binary1100011010010010110110011010100100110110100110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69236; }

 p { color: rgb(198,146,54); }

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

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

 a { background-color: rgb(198,146,54); }

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

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

 span { border-color: rgb(198,146,54); }

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