#C08091

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

Shades of Puce #C08091

Tints of Puce #C08091

Color information

#C08091 (or 0xC08091) is unknown color: approx Puce. HEX triplet: C0, 80 and 91. RGB value is (192,128,145). Sum of RGB (Red+Green+Blue) = 192+128+145=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C08091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08091 is #3F7F6E. Grayscale: #959595. Windows color (decimal): -4161391 or 9535680. OLE color: 9535680.

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

Color convert

RGB192128145-
CMYK00.330.240.25
HSL344.06º33.68%62.75%-
HSV(B)344.06º33.33%75.29%-
XYZ34.5728.6930.5-
YUV149.07125.7158.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 145 (57.03% from 255) = 31.18%
R=41.29%
G=27.53%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212814500.330.240.25344.0633.6862.75
HexC080910211819158223f
Octal30020022104130315304277
Binary11000000100000001001000101000011100011001101011000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08091; }

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

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

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

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

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

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

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

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