#C08991

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

Shades of Puce #C08991

Tints of Puce #C08991

Color information

#C08991 (or 0xC08991) is unknown color: approx Puce. HEX triplet: C0, 89 and 91. RGB value is (192,137,145). Sum of RGB (Red+Green+Blue) = 192+137+145=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C08991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08991 is #3F766E. Grayscale: #9A9A9A. Windows color (decimal): -4159087 or 9537984. OLE color: 9537984.

HSL color Cylindrical-coordinate representation of color #C08991: hue angle of 351.27º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C08991 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB192137145-
CMYK00.290.240.25
HSL351.27º30.39%64.51%-
HSV(B)351.27º28.65%75.29%-
XYZ35.7931.1430.91-
YUV154.36122.72154.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 137 (53.91% from 255) = 28.90%
BLUE value IS 145 (57.03% from 255) = 30.59%
R=40.51%
G=28.90%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213714500.290.240.25351.2730.3964.51
HexC0899101D181915f1e41
Octal300211221035303153736101
Binary1100000010001001100100010111011100011001101011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08991; }

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

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

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

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

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

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

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

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