#C2923E

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

Shades of Pizza #C2923E

Tints of Pizza #C2923E

Color information

#C2923E (or 0xC2923E) is unknown color: approx Pizza. HEX triplet: C2, 92 and 3E. RGB value is (194,146,62). Sum of RGB (Red+Green+Blue) = 194+146+62=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2923E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2923E is #3D6DC1. Grayscale: #979797. Windows color (decimal): -4025794 or 4100802. OLE color: 4100802.

HSL color Cylindrical-coordinate representation of color #C2923E: hue angle of 38.18º 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 #C2923E is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19414662-
CMYK00.250.680.24
HSL38.18º51.97%50.2%-
HSV(B)38.18º68.04%76.08%-
XYZ33.432.379.05-
YUV150.7877.9158.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.26%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 62 (24.61% from 255) = 15.42%
R=48.26%
G=36.32%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941466200.250.680.2438.1851.9750.2
HexC2923E0194418263432
Octal3022227603110430466462
Binary1100001010010010111110011001100010011000100110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2923E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2923E; }

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

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

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

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

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

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

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

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