#CD8B8D

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

Shades of Puce #CD8B8D

Tints of Puce #CD8B8D

Color information

#CD8B8D (or 0xCD8B8D) is unknown color: approx Puce. HEX triplet: CD, 8B and 8D. RGB value is (205,139,141). Sum of RGB (Red+Green+Blue) = 205+139+141=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8B8D is #327472. Grayscale: #9F9F9F. Windows color (decimal): -3306611 or 9276365. OLE color: 9276365.

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

Color convert

RGB205139141-
CMYK00.320.310.20
HSL358.18º39.76%67.45%-
HSV(B)358.18º32.2%80.39%-
XYZ39.2233.3729.57-
YUV158.96117.87160.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=42.27%
G=28.66%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513914100.320.310.20358.1839.7667.45
HexCD8B8D0201F141662843
Octal315213215040372454650103
Binary110011011000101110001101010000011111101001011001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8B8D; }

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

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

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

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

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

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

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

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