#C38594

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

Shades of Puce #C38594

Tints of Puce #C38594

Color information

#C38594 (or 0xC38594) is unknown color: approx Puce. HEX triplet: C3, 85 and 94. RGB value is (195,133,148). Sum of RGB (Red+Green+Blue) = 195+133+148=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C38594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38594 is #3C7A6B. Grayscale: #999999. Windows color (decimal): -3963500 or 9733571. OLE color: 9733571.

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

Color convert

RGB195133148-
CMYK00.320.240.24
HSL345.48º34.07%64.31%-
HSV(B)345.48º31.79%76.47%-
XYZ36.2430.5232-
YUV153.25125.04157.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.97%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=40.97%
G=27.94%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513314800.320.240.24345.4834.0764.31
HexC3859402018181592240
Octal303205224040303053142100
Binary110000111000010110010100010000011000110001010110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38594; }

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

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

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

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

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

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

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

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