#C08C41

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

Shades of Pizza #C08C41

Tints of Pizza #C08C41

Color information

#C08C41 (or 0xC08C41) is unknown color: approx Pizza. HEX triplet: C0, 8C and 41. RGB value is (192,140,65). Sum of RGB (Red+Green+Blue) = 192+140+65=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C41 is #3F73BE. Grayscale: #939393. Windows color (decimal): -4158399 or 4295872. OLE color: 4295872.

HSL color Cylindrical-coordinate representation of color #C08C41: hue angle of 35.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C08C41 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19214065-
CMYK00.270.660.25
HSL35.43º50.2%50.39%-
HSV(B)35.43º66.15%75.29%-
XYZ32.0730.349.17-
YUV14781.73160.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 65 (25.78% from 255) = 16.37%
R=48.36%
G=35.26%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921406500.270.660.2535.4350.250.39
HexC08C4101B4219233232
Octal30021410103310231436262
Binary11000000100011001000001011011100001011001100011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08C41; }

 p { color: rgb(192,140,65); }

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

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

 a { background-color: rgb(192,140,65); }

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

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

 span { border-color: rgb(192,140,65); }

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