#C88193

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

Shades of Puce #C88193

Tints of Puce #C88193

Color information

#C88193 (or 0xC88193) is unknown color: approx Puce. HEX triplet: C8, 81 and 93. RGB value is (200,129,147). Sum of RGB (Red+Green+Blue) = 200+129+147=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C88193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88193 is #377E6C. Grayscale: #989898. Windows color (decimal): -3636845 or 9667016. OLE color: 9667016.

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

Color convert

RGB200129147-
CMYK00.360.260.22
HSL344.79º39.23%64.51%-
HSV(B)344.79º35.5%78.43%-
XYZ36.9430.0931.46-
YUV152.28125.02162.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=42.02%
G=27.10%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012914700.360.260.22344.7939.2364.51
HexC881930241A161592741
Octal310201223044322653147101
Binary110010001000000110010011010010011010101101010110011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88193; }

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

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

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

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

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

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

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

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