#C38893

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

Shades of Puce #C38893

Tints of Puce #C38893

Color information

#C38893 (or 0xC38893) is unknown color: approx Puce. HEX triplet: C3, 88 and 93. RGB value is (195,136,147). Sum of RGB (Red+Green+Blue) = 195+136+147=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C38893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38893 is #3C776C. Grayscale: #9A9A9A. Windows color (decimal): -3962733 or 9668803. OLE color: 9668803.

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

Color convert

RGB195136147-
CMYK00.300.250.24
HSL348.81º32.96%64.9%-
HSV(B)348.81º30.26%76.47%-
XYZ36.5831.3231.72-
YUV154.9123.55156.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 147 (57.81% from 255) = 30.75%
R=40.79%
G=28.45%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513614700.300.250.24348.8132.9664.9
HexC3889301E191815d2141
Octal303210223036313053541101
Binary11000011100010001001001101111011001110001010111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38893; }

 p { color: rgb(195,136,147); }

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

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

 a { background-color: rgb(195,136,147); }

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

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

 span { border-color: rgb(195,136,147); }

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