#C482A0

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

Shades of Puce #C482A0

Tints of Puce #C482A0

Color information

#C482A0 (or 0xC482A0) is unknown color: approx Puce. HEX triplet: C4, 82 and A0. RGB value is (196,130,160). Sum of RGB (Red+Green+Blue) = 196+130+160=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C482A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C482A0 is #3B7D5F. Grayscale: #999999. Windows color (decimal): -3898720 or 10519236. OLE color: 10519236.

HSL color Cylindrical-coordinate representation of color #C482A0: hue angle of 332.73º 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 #C482A0 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB196130160-
CMYK00.340.180.23
HSL332.73º35.87%63.92%-
HSV(B)332.73º33.67%76.86%-
XYZ37.0930.2437.14-
YUV153.15131.87158.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 160 (62.89% from 255) = 32.92%
R=40.33%
G=26.75%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613016000.340.180.23332.7335.8763.92
HexC482A0022121714d2440
Octal304202240042222751544100
Binary110001001000001010100000010001010010101111010011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482A0; }

 p { color: rgb(196,130,160); }

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

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

 a { background-color: rgb(196,130,160); }

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

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

 span { border-color: rgb(196,130,160); }

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