#C38290

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

Shades of Puce #C38290

Tints of Puce #C38290

Color information

#C38290 (or 0xC38290) is unknown color: approx Puce. HEX triplet: C3, 82 and 90. RGB value is (195,130,144). Sum of RGB (Red+Green+Blue) = 195+130+144=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C38290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38290 is #3C7D6F. Grayscale: #979797. Windows color (decimal): -3964272 or 9470659. OLE color: 9470659.

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

Color convert

RGB195130144-
CMYK00.330.260.24
HSL347.08º35.14%63.73%-
HSV(B)347.08º33.33%76.47%-
XYZ35.5229.5830.22-
YUV151.03124.03159.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=41.58%
G=27.72%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513014400.330.260.24347.0835.1463.73
HexC382900211A1815b2340
Octal303202220041323053343100
Binary110000111000001010010000010000111010110001010110111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38290; }

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

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

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

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

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

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

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

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