#C38890

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

Shades of Puce #C38890

Tints of Puce #C38890

Color information

#C38890 (or 0xC38890) is unknown color: approx Puce. HEX triplet: C3, 88 and 90. RGB value is (195,136,144). Sum of RGB (Red+Green+Blue) = 195+136+144=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C38890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38890 is #3C776F. Grayscale: #9A9A9A. Windows color (decimal): -3962736 or 9472195. OLE color: 9472195.

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

Color convert

RGB195136144-
CMYK00.300.260.24
HSL351.86º32.96%64.9%-
HSV(B)351.86º30.26%76.47%-
XYZ36.3431.2230.5-
YUV154.55122.05156.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=41.05%
G=28.63%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513614400.300.260.24351.8632.9664.9
HexC3889001E1A181602141
Octal303210220036323054041101
Binary11000011100010001001000001111011010110001011000001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38890; }

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

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

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

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

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

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

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

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