#C38995

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

Shades of Puce #C38995

Tints of Puce #C38995

Color information

#C38995 (or 0xC38995) is unknown color: approx Puce. HEX triplet: C3, 89 and 95. RGB value is (195,137,149). Sum of RGB (Red+Green+Blue) = 195+137+149=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C38995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38995 is #3C766A. Grayscale: #9B9B9B. Windows color (decimal): -3962475 or 9800131. OLE color: 9800131.

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

Color convert

RGB195137149-
CMYK00.300.240.24
HSL347.59º32.58%65.1%-
HSV(B)347.59º29.74%76.47%-
XYZ36.8831.6632.6-
YUV155.71124.22156.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=40.54%
G=28.48%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513714900.300.240.24347.5932.5865.1
HexC3899501E181815c2141
Octal303211225036303053441101
Binary11000011100010011001010101111011000110001010111001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38995; }

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

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

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

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

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

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

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

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