#C38094

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

Shades of Puce #C38094

Tints of Puce #C38094

Color information

#C38094 (or 0xC38094) is unknown color: approx Puce. HEX triplet: C3, 80 and 94. RGB value is (195,128,148). Sum of RGB (Red+Green+Blue) = 195+128+148=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C38094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38094 is #3C7F6B. Grayscale: #969696. Windows color (decimal): -3964780 or 9732291. OLE color: 9732291.

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

Color convert

RGB195128148-
CMYK00.340.240.24
HSL342.09º35.83%63.33%-
HSV(B)342.09º34.36%76.47%-
XYZ35.5729.1831.77-
YUV150.31126.7159.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=41.40%
G=27.18%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512814800.340.240.24342.0935.8363.33
HexC380940221818156243f
Octal30320022404230305264477
Binary11000011100000001001010001000101100011000101010110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38094; }

 p { color: rgb(195,128,148); }

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

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

 a { background-color: rgb(195,128,148); }

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

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

 span { border-color: rgb(195,128,148); }

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