#C38389

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

Shades of Puce #C38389

Tints of Puce #C38389

Color information

#C38389 (or 0xC38389) is unknown color: approx Puce. HEX triplet: C3, 83 and 89. RGB value is (195,131,137). Sum of RGB (Red+Green+Blue) = 195+131+137=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C38389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38389 is #3C7C76. Grayscale: #969696. Windows color (decimal): -3964023 or 9012163. OLE color: 9012163.

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

Color convert

RGB195131137-
CMYK00.330.300.24
HSL354.38º34.78%63.92%-
HSV(B)354.38º32.82%76.47%-
XYZ35.1429.6427.54-
YUV150.82120.2159.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 137 (53.91% from 255) = 29.59%
R=42.12%
G=28.29%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513113700.330.300.24354.3834.7863.92
HexC383890211E181622340
Octal303203211041363054243100
Binary110000111000001110001001010000111110110001011000101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38389; }

 p { color: rgb(195,131,137); }

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

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

 a { background-color: rgb(195,131,137); }

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

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

 span { border-color: rgb(195,131,137); }

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