#CD848E

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

Shades of Puce #CD848E

Tints of Puce #CD848E

Color information

#CD848E (or 0xCD848E) is unknown color: approx Puce. HEX triplet: CD, 84 and 8E. RGB value is (205,132,142). Sum of RGB (Red+Green+Blue) = 205+132+142=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD848E is #327B71. Grayscale: #9B9B9B. Windows color (decimal): -3308402 or 9340109. OLE color: 9340109.

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

Color convert

RGB205132142-
CMYK00.360.310.20
HSL351.78º42.2%66.08%-
HSV(B)351.78º35.61%80.39%-
XYZ38.3131.4329.64-
YUV154.97120.68163.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=42.80%
G=27.56%
B=29.65%

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
Decimal20513214200.360.310.20351.7842.266.08
HexCD848E0241F141602a42
Octal315204216044372454052102
Binary110011011000010010001110010010011111101001011000001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD848E; }

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

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

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

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

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

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

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

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