#C1923A

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

Shades of Pizza #C1923A

Tints of Pizza #C1923A

Color information

#C1923A (or 0xC1923A) is unknown color: approx Pizza. HEX triplet: C1, 92 and 3A. RGB value is (193,146,58). Sum of RGB (Red+Green+Blue) = 193+146+58=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1923A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1923A is #3E6DC5. Grayscale: #969696. Windows color (decimal): -4091334 or 3838657. OLE color: 3838657.

HSL color Cylindrical-coordinate representation of color #C1923A: hue angle of 39.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1923A is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19314658-
CMYK00.240.700.24
HSL39.11º53.78%49.22%-
HSV(B)39.11º69.95%75.69%-
XYZ33.0332.28.48-
YUV150.0276.07158.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 58 (23.05% from 255) = 14.61%
R=48.61%
G=36.78%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931465800.240.700.2439.1153.7849.22
HexC1923A0184618273631
Octal3012227203010630476661
Binary1100000110010010111010011000100011011000100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1923A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1923A; }

 p { color: rgb(193,146,58); }

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

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

 a { background-color: rgb(193,146,58); }

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

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

 span { border-color: rgb(193,146,58); }

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