#CD8690

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

Shades of Puce #CD8690

Tints of Puce #CD8690

Color information

#CD8690 (or 0xCD8690) is unknown color: approx Puce. HEX triplet: CD, 86 and 90. RGB value is (205,134,144). Sum of RGB (Red+Green+Blue) = 205+134+144=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8690 is #32796F. Grayscale: #9C9C9C. Windows color (decimal): -3307888 or 9471693. OLE color: 9471693.

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

Color convert

RGB205134144-
CMYK00.350.300.20
HSL351.55º41.52%66.47%-
HSV(B)351.55º34.63%80.39%-
XYZ38.7432.0430.53-
YUV156.37121.02162.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=42.44%
G=27.74%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513414400.350.300.20351.5541.5266.47
HexCD86900231E141602a42
Octal315206220043362454052102
Binary110011011000011010010000010001111110101001011000001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8690; }

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

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

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

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

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

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

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

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