#C08096

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

Shades of Puce #C08096

Tints of Puce #C08096

Color information

#C08096 (or 0xC08096) is unknown color: approx Puce. HEX triplet: C0, 80 and 96. RGB value is (192,128,150). Sum of RGB (Red+Green+Blue) = 192+128+150=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C08096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08096 is #3F7F69. Grayscale: #959595. Windows color (decimal): -4161386 or 9863360. OLE color: 9863360.

HSL color Cylindrical-coordinate representation of color #C08096: hue angle of 339.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C08096 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB192128150-
CMYK00.330.220.25
HSL339.38º33.68%62.75%-
HSV(B)339.38º33.33%75.29%-
XYZ34.9628.8532.58-
YUV149.64128.2158.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=40.85%
G=27.23%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212815000.330.220.25339.3833.6862.75
HexC080960211619153223f
Octal30020022604126315234277
Binary11000000100000001001011001000011011011001101010011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08096; }

 p { color: rgb(192,128,150); }

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

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

 a { background-color: rgb(192,128,150); }

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

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

 span { border-color: rgb(192,128,150); }

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