#CD848A

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

Shades of Puce #CD848A

Tints of Puce #CD848A

Color information

#CD848A (or 0xCD848A) is unknown color: approx Puce. HEX triplet: CD, 84 and 8A. RGB value is (205,132,138). Sum of RGB (Red+Green+Blue) = 205+132+138=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD848A is #327B75. Grayscale: #9A9A9A. Windows color (decimal): -3308406 or 9077965. OLE color: 9077965.

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

Color convert

RGB205132138-
CMYK00.360.330.20
HSL355.07º42.2%66.08%-
HSV(B)355.07º35.61%80.39%-
XYZ38.0231.3228.09-
YUV154.51118.68164.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.16%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=43.16%
G=27.79%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513213800.360.330.20355.0742.266.08
HexCD848A02421141632a42
Octal315204212044412454352102
Binary1100110110000100100010100100100100001101001011000111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD848A; }

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

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

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

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

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

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

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

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