#C38693

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

Shades of Puce #C38693

Tints of Puce #C38693

Color information

#C38693 (or 0xC38693) is unknown color: approx Puce. HEX triplet: C3, 86 and 93. RGB value is (195,134,147). Sum of RGB (Red+Green+Blue) = 195+134+147=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C38693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38693 is #3C796C. Grayscale: #999999. Windows color (decimal): -3963245 or 9668291. OLE color: 9668291.

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

Color convert

RGB195134147-
CMYK00.310.250.24
HSL347.21º33.7%64.51%-
HSV(B)347.21º31.28%76.47%-
XYZ36.330.7631.63-
YUV153.72124.21157.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.97%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=40.97%
G=28.15%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513414700.310.250.24347.2133.764.51
HexC3869301F191815b2241
Octal303206223037313053342101
Binary11000011100001101001001101111111001110001010110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38693; }

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

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

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

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

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

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

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

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