#C69437

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

Shades of Pizza #C69437

Tints of Pizza #C69437

Color information

#C69437 (or 0xC69437) is unknown color: approx Pizza. HEX triplet: C6, 94 and 37. RGB value is (198,148,55). Sum of RGB (Red+Green+Blue) = 198+148+55=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C69437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69437 is #396BC8. Grayscale: #989898. Windows color (decimal): -3763145 or 3642566. OLE color: 3642566.

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

Color convert

RGB19814855-
CMYK00.250.720.22
HSL39.02º56.52%49.61%-
HSV(B)39.02º72.22%77.65%-
XYZ34.5733.468.25-
YUV152.3573.06160.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.38%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 55 (21.88% from 255) = 13.72%
R=49.38%
G=36.91%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981485500.250.720.2239.0256.5249.61
HexC694370194816273932
Octal3062246703111026477162
Binary1100011010010100110111011001100100010110100111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69437; }

 p { color: rgb(198,148,55); }

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

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

 a { background-color: rgb(198,148,55); }

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

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

 span { border-color: rgb(198,148,55); }

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