#CD839F

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

Shades of Puce #CD839F

Tints of Puce #CD839F

Color information

#CD839F (or 0xCD839F) is unknown color: approx Puce. HEX triplet: CD, 83 and 9F. RGB value is (205,131,159). Sum of RGB (Red+Green+Blue) = 205+131+159=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD839F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD839F is #327C60. Grayscale: #9C9C9C. Windows color (decimal): -3308641 or 10453965. OLE color: 10453965.

HSL color Cylindrical-coordinate representation of color #CD839F: hue angle of 337.3º degrees, saturation: 0.43, 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 #CD839F is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB205131159-
CMYK00.360.220.20
HSL337.3º42.53%65.88%-
HSV(B)337.3º36.1%80.39%-
XYZ39.5531.7136.84-
YUV156.32129.52162.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=41.41%
G=26.46%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513115900.360.220.20337.342.5365.88
HexCD839F02416141512b42
Octal315203237044262452153102
Binary110011011000001110011111010010010110101001010100011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD839F; }

 p { color: rgb(205,131,159); }

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

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

 a { background-color: rgb(205,131,159); }

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

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

 span { border-color: rgb(205,131,159); }

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