#CD8A8F

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

Shades of Puce #CD8A8F

Tints of Puce #CD8A8F

Color information

#CD8A8F (or 0xCD8A8F) is unknown color: approx Puce. HEX triplet: CD, 8A and 8F. RGB value is (205,138,143). Sum of RGB (Red+Green+Blue) = 205+138+143=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8A8F is #327570. Grayscale: #9E9E9E. Windows color (decimal): -3306865 or 9407181. OLE color: 9407181.

HSL color Cylindrical-coordinate representation of color #CD8A8F: hue angle of 355.52º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8A8F is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB205138143-
CMYK00.330.300.20
HSL355.52º40.12%67.25%-
HSV(B)355.52º32.68%80.39%-
XYZ39.2233.1430.32-
YUV158.6119.2161.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=42.18%
G=28.40%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513814300.330.300.20355.5240.1267.25
HexCD8A8F0211E141642843
Octal315212217041362454450103
Binary110011011000101010001111010000111110101001011001001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8A8F; }

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

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

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

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

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

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

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

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