#C2953C

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

Shades of Pizza #C2953C

Tints of Pizza #C2953C

Color information

#C2953C (or 0xC2953C) is unknown color: approx Pizza. HEX triplet: C2, 95 and 3C. RGB value is (194,149,60). Sum of RGB (Red+Green+Blue) = 194+149+60=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2953C is #3D6AC3. Grayscale: #989898. Windows color (decimal): -4025028 or 3970498. OLE color: 3970498.

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

Color convert

RGB19414960-
CMYK00.230.690.24
HSL39.85º52.76%49.8%-
HSV(B)39.85º69.07%76.08%-
XYZ33.8133.298.92-
YUV152.3175.91157.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.14%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 60 (23.83% from 255) = 14.89%
R=48.14%
G=36.97%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941496000.230.690.2439.8552.7649.8
HexC2953C0174518283532
Octal3022257402710530506562
Binary1100001010010101111100010111100010111000101000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2953C; }

 p { color: rgb(194,149,60); }

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

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

 a { background-color: rgb(194,149,60); }

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

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

 span { border-color: rgb(194,149,60); }

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