#CD848D

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

Shades of Puce #CD848D

Tints of Puce #CD848D

Color information

#CD848D (or 0xCD848D) is unknown color: approx Puce. HEX triplet: CD, 84 and 8D. RGB value is (205,132,141). Sum of RGB (Red+Green+Blue) = 205+132+141=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD848D is #327B72. Grayscale: #9A9A9A. Windows color (decimal): -3308403 or 9274573. OLE color: 9274573.

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

Color convert

RGB205132141-
CMYK00.360.310.20
HSL352.6º42.2%66.08%-
HSV(B)352.6º35.61%80.39%-
XYZ38.2431.429.25-
YUV154.85120.18163.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.89%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=42.89%
G=27.62%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513214100.360.310.20352.642.266.08
HexCD848D0241F141612a42
Octal315204215044372454152102
Binary110011011000010010001101010010011111101001011000011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD848D; }

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

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

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

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

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

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

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

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