#C69235

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

Shades of Pizza #C69235

Tints of Pizza #C69235

Color information

#C69235 (or 0xC69235) is unknown color: approx Pizza. HEX triplet: C6, 92 and 35. RGB value is (198,146,53). Sum of RGB (Red+Green+Blue) = 198+146+53=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C69235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69235 is #396DCA. Grayscale: #979797. Windows color (decimal): -3763659 or 3510982. OLE color: 3510982.

HSL color Cylindrical-coordinate representation of color #C69235: hue angle of 38.48º degrees, saturation: 0.58, 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 #C69235 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19814653-
CMYK00.260.730.22
HSL38.48º57.77%49.22%-
HSV(B)38.48º73.23%77.65%-
XYZ34.2132.827.9-
YUV150.9572.73161.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.87%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 53 (21.09% from 255) = 13.35%
R=49.87%
G=36.78%
B=13.35%

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
Decimal1981465300.260.730.2238.4857.7749.22
HexC6923501A4916263a31
Octal3062226503211126467261
Binary1100011010010010110101011010100100110110100110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69235; }

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

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

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

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

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

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

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

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