#CD8C8F

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

Shades of Puce #CD8C8F

Tints of Puce #CD8C8F

Color information

#CD8C8F (or 0xCD8C8F) is unknown color: approx Puce. HEX triplet: CD, 8C and 8F. RGB value is (205,140,143). Sum of RGB (Red+Green+Blue) = 205+140+143=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C8F is #327370. Grayscale: #9F9F9F. Windows color (decimal): -3306353 or 9407693. OLE color: 9407693.

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

Color convert

RGB205140143-
CMYK00.320.300.20
HSL357.23º39.39%67.65%-
HSV(B)357.23º31.71%80.39%-
XYZ39.5133.7230.41-
YUV159.78118.53160.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 140 (55.08% from 255) = 28.69%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=42.01%
G=28.69%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514014300.320.300.20357.2339.3967.65
HexCD8C8F0201E141652744
Octal315214217040362454547104
Binary110011011000110010001111010000011110101001011001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8C8F; }

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

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

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

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

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

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

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

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