#C38993

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

Shades of Puce #C38993

Tints of Puce #C38993

Color information

#C38993 (or 0xC38993) is unknown color: approx Puce. HEX triplet: C3, 89 and 93. RGB value is (195,137,147). Sum of RGB (Red+Green+Blue) = 195+137+147=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C38993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38993 is #3C766C. Grayscale: #9B9B9B. Windows color (decimal): -3962477 or 9669059. OLE color: 9669059.

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

Color convert

RGB195137147-
CMYK00.300.250.24
HSL349.66º32.58%65.1%-
HSV(B)349.66º29.74%76.47%-
XYZ36.7231.631.77-
YUV155.48123.22156.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 137 (53.91% from 255) = 28.60%
BLUE value IS 147 (57.81% from 255) = 30.69%
R=40.71%
G=28.60%
B=30.69%

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
Decimal19513714700.300.250.24349.6632.5865.1
HexC3899301E191815e2141
Octal303211223036313053641101
Binary11000011100010011001001101111011001110001010111101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38993; }

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

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

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

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

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

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

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

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