#C38495

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

Shades of Puce #C38495

Tints of Puce #C38495

Color information

#C38495 (or 0xC38495) is unknown color: approx Puce. HEX triplet: C3, 84 and 95. RGB value is (195,132,149). Sum of RGB (Red+Green+Blue) = 195+132+149=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C38495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38495 is #3C7B6A. Grayscale: #989898. Windows color (decimal): -3963755 or 9798851. OLE color: 9798851.

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

Color convert

RGB195132149-
CMYK00.320.240.24
HSL343.81º34.43%64.12%-
HSV(B)343.81º32.31%76.47%-
XYZ36.1830.2732.37-
YUV152.77125.87158.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.97%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 149 (58.59% from 255) = 31.30%
R=40.97%
G=27.73%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513214900.320.240.24343.8134.4364.12
HexC3849502018181582240
Octal303204225040303053042100
Binary110000111000010010010101010000011000110001010110001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38495; }

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

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

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

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

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

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

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

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