#C88993

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

Shades of Puce #C88993

Tints of Puce #C88993

Color information

#C88993 (or 0xC88993) is unknown color: approx Puce. HEX triplet: C8, 89 and 93. RGB value is (200,137,147). Sum of RGB (Red+Green+Blue) = 200+137+147=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C88993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88993 is #37766C. Grayscale: #9D9D9D. Windows color (decimal): -3634797 or 9669064. OLE color: 9669064.

HSL color Cylindrical-coordinate representation of color #C88993: hue angle of 350.48º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88993 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB200137147-
CMYK00.320.260.22
HSL350.48º36.42%66.08%-
HSV(B)350.48º31.5%78.43%-
XYZ38.0332.2831.83-
YUV156.98122.37158.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=41.32%
G=28.31%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013714700.320.260.22350.4836.4266.08
HexC889930201A1615e2442
Octal310211223040322653644102
Binary110010001000100110010011010000011010101101010111101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88993; }

 p { color: rgb(200,137,147); }

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

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

 a { background-color: rgb(200,137,147); }

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

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

 span { border-color: rgb(200,137,147); }

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