#C2953E

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

Shades of Pizza #C2953E

Tints of Pizza #C2953E

Color information

#C2953E (or 0xC2953E) is unknown color: approx Pizza. HEX triplet: C2, 95 and 3E. RGB value is (194,149,62). Sum of RGB (Red+Green+Blue) = 194+149+62=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2953E is #3D6AC1. Grayscale: #989898. Windows color (decimal): -4025026 or 4101570. OLE color: 4101570.

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

Color convert

RGB19414962-
CMYK00.230.680.24
HSL39.55º51.97%50.2%-
HSV(B)39.55º68.04%76.08%-
XYZ33.8733.319.2-
YUV152.5476.91157.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 62 (24.61% from 255) = 15.31%
R=47.90%
G=36.79%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941496200.230.680.2439.5551.9750.2
HexC2953E0174418283432
Octal3022257602710430506462
Binary1100001010010101111110010111100010011000101000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2953E; }

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

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

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

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

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

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

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

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