#C38891

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

Shades of Puce #C38891

Tints of Puce #C38891

Color information

#C38891 (or 0xC38891) is unknown color: approx Puce. HEX triplet: C3, 88 and 91. RGB value is (195,136,145). Sum of RGB (Red+Green+Blue) = 195+136+145=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C38891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38891 is #3C776E. Grayscale: #9A9A9A. Windows color (decimal): -3962735 or 9537731. OLE color: 9537731.

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

Color convert

RGB195136145-
CMYK00.300.260.24
HSL350.85º32.96%64.9%-
HSV(B)350.85º30.26%76.47%-
XYZ36.4231.2530.9-
YUV154.67122.55156.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.97%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 145 (57.03% from 255) = 30.46%
R=40.97%
G=28.57%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513614500.300.260.24350.8532.9664.9
HexC3889101E1A1815f2141
Octal303210221036323053741101
Binary11000011100010001001000101111011010110001010111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38891; }

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

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

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

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

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

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

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

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