#CD849D

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

Shades of Puce #CD849D

Tints of Puce #CD849D

Color information

#CD849D (or 0xCD849D) is unknown color: approx Puce. HEX triplet: CD, 84 and 9D. RGB value is (205,132,157). Sum of RGB (Red+Green+Blue) = 205+132+157=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD849D is #327B62. Grayscale: #9C9C9C. Windows color (decimal): -3308387 or 10323149. OLE color: 10323149.

HSL color Cylindrical-coordinate representation of color #CD849D: hue angle of 339.45º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD849D is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB205132157-
CMYK00.360.230.20
HSL339.45º42.2%66.08%-
HSV(B)339.45º35.61%80.39%-
XYZ39.5131.9235.98-
YUV156.68128.18162.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=41.50%
G=26.72%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513215700.360.230.20339.4542.266.08
HexCD849D02417141532a42
Octal315204235044272452352102
Binary110011011000010010011101010010010111101001010100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD849D; }

 p { color: rgb(205,132,157); }

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

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

 a { background-color: rgb(205,132,157); }

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

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

 span { border-color: rgb(205,132,157); }

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