#C38690

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

Shades of Puce #C38690

Tints of Puce #C38690

Color information

#C38690 (or 0xC38690) is unknown color: approx Puce. HEX triplet: C3, 86 and 90. RGB value is (195,134,144). Sum of RGB (Red+Green+Blue) = 195+134+144=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C38690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38690 is #3C796F. Grayscale: #999999. Windows color (decimal): -3963248 or 9471683. OLE color: 9471683.

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

Color convert

RGB195134144-
CMYK00.310.260.24
HSL350.16º33.7%64.51%-
HSV(B)350.16º31.28%76.47%-
XYZ36.0630.6730.4-
YUV153.38122.71157.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=41.23%
G=28.33%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513414400.310.260.24350.1633.764.51
HexC3869001F1A1815e2241
Octal303206220037323053642101
Binary11000011100001101001000001111111010110001010111101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38690; }

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

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

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

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

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

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

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

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