#C08B42

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

Shades of Pizza #C08B42

Tints of Pizza #C08B42

Color information

#C08B42 (or 0xC08B42) is unknown color: approx Pizza. HEX triplet: C0, 8B and 42. RGB value is (192,139,66). Sum of RGB (Red+Green+Blue) = 192+139+66=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B42 is #3F74BD. Grayscale: #929292. Windows color (decimal): -4158654 or 4361152. OLE color: 4361152.

HSL color Cylindrical-coordinate representation of color #C08B42: hue angle of 34.76º 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 #C08B42 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19213966-
CMYK00.280.660.25
HSL34.76º50%50.59%-
HSV(B)34.76º65.62%75.29%-
XYZ31.9530.079.27-
YUV146.5282.56160.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 139 (54.69% from 255) = 35.01%
BLUE value IS 66 (26.17% from 255) = 16.62%
R=48.36%
G=35.01%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921396600.280.660.2534.765050.59
HexC08B4201C4219233233
Octal30021310203410231436263
Binary11000000100010111000010011100100001011001100011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08B42; }

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

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

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

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

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

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

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

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