#CD888B

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

Shades of Puce #CD888B

Tints of Puce #CD888B

Color information

#CD888B (or 0xCD888B) is unknown color: approx Puce. HEX triplet: CD, 88 and 8B. RGB value is (205,136,139). Sum of RGB (Red+Green+Blue) = 205+136+139=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD888B is #327774. Grayscale: #9D9D9D. Windows color (decimal): -3307381 or 9144525. OLE color: 9144525.

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

Color convert

RGB205136139-
CMYK00.340.320.20
HSL357.39º40.83%66.86%-
HSV(B)357.39º33.66%80.39%-
XYZ38.6432.4528.65-
YUV156.97117.86162.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.71%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=42.71%
G=28.33%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513613900.340.320.20357.3940.8366.86
HexCD888B02220141652943
Octal315210213042402454551103
Binary1100110110001000100010110100010100000101001011001011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD888B; }

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

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

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

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

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

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

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

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