#C38494

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

Shades of Puce #C38494

Tints of Puce #C38494

Color information

#C38494 (or 0xC38494) is unknown color: approx Puce. HEX triplet: C3, 84 and 94. RGB value is (195,132,148). Sum of RGB (Red+Green+Blue) = 195+132+148=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C38494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38494 is #3C7B6B. Grayscale: #989898. Windows color (decimal): -3963756 or 9733315. OLE color: 9733315.

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

Color convert

RGB195132148-
CMYK00.320.240.24
HSL344.76º34.43%64.12%-
HSV(B)344.76º32.31%76.47%-
XYZ36.130.2431.95-
YUV152.66125.37158.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=41.05%
G=27.79%
B=31.16%

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
Decimal19513214800.320.240.24344.7634.4364.12
HexC3849402018181592240
Octal303204224040303053142100
Binary110000111000010010010100010000011000110001010110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38494; }

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

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

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

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

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

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

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

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