#C38295

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

Shades of Puce #C38295

Tints of Puce #C38295

Color information

#C38295 (or 0xC38295) is unknown color: approx Puce. HEX triplet: C3, 82 and 95. RGB value is (195,130,149). Sum of RGB (Red+Green+Blue) = 195+130+149=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C38295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38295 is #3C7D6A. Grayscale: #979797. Windows color (decimal): -3964267 or 9798339. OLE color: 9798339.

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

Color convert

RGB195130149-
CMYK00.330.240.24
HSL342.46º35.14%63.73%-
HSV(B)342.46º33.33%76.47%-
XYZ35.9129.7432.28-
YUV151.6126.53158.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=41.14%
G=27.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513014900.330.240.24342.4635.1463.73
HexC3829502118181562340
Octal303202225041303052643100
Binary110000111000001010010101010000111000110001010101101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38295; }

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

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

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

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

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

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

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

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