#C49A3C

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

Shades of Pizza #C49A3C

Tints of Pizza #C49A3C

Color information

#C49A3C (or 0xC49A3C) is unknown color: approx Pizza. HEX triplet: C4, 9A and 3C. RGB value is (196,154,60). Sum of RGB (Red+Green+Blue) = 196+154+60=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49A3C is #3B65C3. Grayscale: #9C9C9C. Windows color (decimal): -3892676 or 3971780. OLE color: 3971780.

HSL color Cylindrical-coordinate representation of color #C49A3C: hue angle of 41.47º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C49A3C is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB19615460-
CMYK00.210.690.23
HSL41.47º53.54%50.2%-
HSV(B)41.47º69.39%76.86%-
XYZ35.1435.179.21-
YUV155.8473.91156.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.80%
GREEN value IS 154 (60.55% from 255) = 37.56%
BLUE value IS 60 (23.83% from 255) = 14.63%
R=47.80%
G=37.56%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961546000.210.690.2341.4753.5450.2
HexC49A3C0154517293632
Octal3042327402510527516662
Binary1100010010011010111100010101100010110111101001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A3C; }

 p { color: rgb(196,154,60); }

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

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

 a { background-color: rgb(196,154,60); }

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

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

 span { border-color: rgb(196,154,60); }

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