#C58594

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

Shades of Puce #C58594

Tints of Puce #C58594

Color information

#C58594 (or 0xC58594) is unknown color: approx Puce. HEX triplet: C5, 85 and 94. RGB value is (197,133,148). Sum of RGB (Red+Green+Blue) = 197+133+148=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C58594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58594 is #3A7A6B. Grayscale: #999999. Windows color (decimal): -3832428 or 9733573. OLE color: 9733573.

HSL color Cylindrical-coordinate representation of color #C58594: hue angle of 345.94º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C58594 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB197133148-
CMYK00.320.250.23
HSL345.94º35.56%64.71%-
HSV(B)345.94º32.49%77.25%-
XYZ36.7630.7832.02-
YUV153.85124.7158.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=41.21%
G=27.82%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713314800.320.250.23345.9435.5664.71
HexC58594020191715a2441
Octal305205224040312753244101
Binary110001011000010110010100010000011001101111010110101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58594; }

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

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

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

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

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

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

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

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