#C38490

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

Shades of Puce #C38490

Tints of Puce #C38490

Color information

#C38490 (or 0xC38490) is unknown color: approx Puce. HEX triplet: C3, 84 and 90. RGB value is (195,132,144). Sum of RGB (Red+Green+Blue) = 195+132+144=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C38490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38490 is #3C7B6F. Grayscale: #989898. Windows color (decimal): -3963760 or 9471171. OLE color: 9471171.

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

Color convert

RGB195132144-
CMYK00.320.260.24
HSL348.57º34.43%64.12%-
HSV(B)348.57º32.31%76.47%-
XYZ35.7930.1230.31-
YUV152.2123.37158.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 144 (56.64% from 255) = 30.57%
R=41.40%
G=28.03%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513214400.320.260.24348.5734.4364.12
HexC384900201A1815d2240
Octal303204220040323053542100
Binary110000111000010010010000010000011010110001010111011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38490; }

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

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

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

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

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

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

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

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