#CD8E90

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

Shades of Puce #CD8E90

Tints of Puce #CD8E90

Color information

#CD8E90 (or 0xCD8E90) is unknown color: approx Puce. HEX triplet: CD, 8E and 90. RGB value is (205,142,144). Sum of RGB (Red+Green+Blue) = 205+142+144=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8E90 is #32716F. Grayscale: #A1A1A1. Windows color (decimal): -3305840 or 9473741. OLE color: 9473741.

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

Color convert

RGB205142144-
CMYK00.310.300.20
HSL358.1º38.65%68.04%-
HSV(B)358.1º30.73%80.39%-
XYZ39.8834.3430.91-
YUV161.06118.37159.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=41.75%
G=28.92%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514214400.310.300.20358.138.6568.04
HexCD8E9001F1E141662744
Octal315216220037362454647104
Binary11001101100011101001000001111111110101001011001101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8E90; }

 p { color: rgb(205,142,144); }

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

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

 a { background-color: rgb(205,142,144); }

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

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

 span { border-color: rgb(205,142,144); }

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