#C0903A

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

Shades of Pizza #C0903A

Tints of Pizza #C0903A

Color information

#C0903A (or 0xC0903A) is unknown color: approx Pizza. HEX triplet: C0, 90 and 3A. RGB value is (192,144,58). Sum of RGB (Red+Green+Blue) = 192+144+58=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0903A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0903A is #3F6FC5. Grayscale: #949494. Windows color (decimal): -4157382 or 3838144. OLE color: 3838144.

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

Color convert

RGB19214458-
CMYK00.250.700.25
HSL38.51º53.6%49.02%-
HSV(B)38.51º69.79%75.29%-
XYZ32.4831.468.36-
YUV148.5576.9158.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 58 (23.05% from 255) = 14.72%
R=48.73%
G=36.55%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921445800.250.700.2538.5153.649.02
HexC0903A0194619273631
Octal3002207203110631476661
Binary1100000010010000111010011001100011011001100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0903A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0903A; }

 p { color: rgb(192,144,58); }

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

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

 a { background-color: rgb(192,144,58); }

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

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

 span { border-color: rgb(192,144,58); }

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