#C3923A

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

Shades of Pizza #C3923A

Tints of Pizza #C3923A

Color information

#C3923A (or 0xC3923A) is unknown color: approx Pizza. HEX triplet: C3, 92 and 3A. RGB value is (195,146,58). Sum of RGB (Red+Green+Blue) = 195+146+58=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3923A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3923A is #3C6DC5. Grayscale: #979797. Windows color (decimal): -3960262 or 3838659. OLE color: 3838659.

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

Color convert

RGB19514658-
CMYK00.250.700.24
HSL38.54º54.15%49.61%-
HSV(B)38.54º70.26%76.47%-
XYZ33.5532.478.5-
YUV150.6275.73159.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 58 (23.05% from 255) = 14.54%
R=48.87%
G=36.59%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951465800.250.700.2438.5454.1549.61
HexC3923A0194618273632
Octal3032227203110630476662
Binary1100001110010010111010011001100011011000100111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3923A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3923A; }

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

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

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

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

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

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

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

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