#C08F41

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

Shades of Pizza #C08F41

Tints of Pizza #C08F41

Color information

#C08F41 (or 0xC08F41) is unknown color: approx Pizza. HEX triplet: C0, 8F and 41. RGB value is (192,143,65). Sum of RGB (Red+Green+Blue) = 192+143+65=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F41 is #3F70BE. Grayscale: #959595. Windows color (decimal): -4157631 or 4296640. OLE color: 4296640.

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

Color convert

RGB19214365-
CMYK00.260.660.25
HSL36.85º50.2%50.39%-
HSV(B)36.85º66.15%75.29%-
XYZ32.5131.239.32-
YUV148.7680.73158.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48%
GREEN value IS 143 (56.25% from 255) = 35.75%
BLUE value IS 65 (25.78% from 255) = 16.25%
R=48%
G=35.75%
B=16.25%

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
Decimal1921436500.260.660.2536.8550.250.39
HexC08F4101A4219253232
Octal30021710103210231456262
Binary11000000100011111000001011010100001011001100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08F41; }

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

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

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

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

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

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

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

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