#C38491

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

Shades of Puce #C38491

Tints of Puce #C38491

Color information

#C38491 (or 0xC38491) is unknown color: approx Puce. HEX triplet: C3, 84 and 91. RGB value is (195,132,145). Sum of RGB (Red+Green+Blue) = 195+132+145=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C38491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38491 is #3C7B6E. Grayscale: #989898. Windows color (decimal): -3963759 or 9536707. OLE color: 9536707.

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

Color convert

RGB195132145-
CMYK00.320.260.24
HSL347.62º34.43%64.12%-
HSV(B)347.62º32.31%76.47%-
XYZ35.8730.1530.72-
YUV152.32123.87158.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=41.31%
G=27.97%
B=30.72%

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
Decimal19513214500.320.260.24347.6234.4364.12
HexC384910201A1815c2240
Octal303204221040323053442100
Binary110000111000010010010001010000011010110001010111001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38491; }

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

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

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

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

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

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

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

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