#C08E42

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

Shades of Pizza #C08E42

Tints of Pizza #C08E42

Color information

#C08E42 (or 0xC08E42) is unknown color: approx Pizza. HEX triplet: C0, 8E and 42. RGB value is (192,142,66). Sum of RGB (Red+Green+Blue) = 192+142+66=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08E42 is #3F71BD. Grayscale: #949494. Windows color (decimal): -4157886 or 4361920. OLE color: 4361920.

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

Color convert

RGB19214266-
CMYK00.260.660.25
HSL36.19º50%50.59%-
HSV(B)36.19º65.62%75.29%-
XYZ32.3930.959.42-
YUV148.2981.56159.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 66 (26.17% from 255) = 16.5%
R=48%
G=35.5%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921426600.260.660.2536.195050.59
HexC08E4201A4219243233
Octal30021610203210231446263
Binary11000000100011101000010011010100001011001100100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08E42; }

 p { color: rgb(192,142,66); }

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

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

 a { background-color: rgb(192,142,66); }

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

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

 span { border-color: rgb(192,142,66); }

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