#C583A0

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

Shades of Puce #C583A0

Tints of Puce #C583A0

Color information

#C583A0 (or 0xC583A0) is unknown color: approx Puce. HEX triplet: C5, 83 and A0. RGB value is (197,131,160). Sum of RGB (Red+Green+Blue) = 197+131+160=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C583A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C583A0 is #3A7C5F. Grayscale: #999999. Windows color (decimal): -3832928 or 10519493. OLE color: 10519493.

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

Color convert

RGB197131160-
CMYK00.340.190.23
HSL333.64º36.26%64.31%-
HSV(B)333.64º33.5%77.25%-
XYZ37.4930.6437.2-
YUV154.04131.37158.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 160 (62.89% from 255) = 32.79%
R=40.37%
G=26.84%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713116000.340.190.23333.6436.2664.31
HexC583A0022131714e2440
Octal305203240042232751644100
Binary110001011000001110100000010001010011101111010011101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C583A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C583A0; }

 p { color: rgb(197,131,160); }

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

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

 a { background-color: rgb(197,131,160); }

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

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

 span { border-color: rgb(197,131,160); }

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