#cd8693

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

Shades of Puce #CD8693

Tints of Puce #CD8693

Color information

#CD8693 (or 0xCD8693) is unknown color: approx Puce. HEX triplet: CD, 86 and 93. RGB value is (205,134,147). Sum of RGB (Red+Green+Blue) = 205+134+147=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8693 is #32796C. Grayscale: #9C9C9C. Windows color (decimal): -3307885 or 9668301. OLE color: 9668301.

HSL color Cylindrical-coordinate representation of color #CD8693: hue angle of 349.01º 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 #CD8693 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205134147-
CMYK00.350.280.20
HSL349.01º41.52%66.47%-
HSV(B)349.01º34.63%80.39%-
XYZ38.9732.1431.75-
YUV156.71122.52162.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=42.18%
G=27.57%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513414700.350.280.20349.0141.5266.47
HexCD86930231C1415d2a42
Octal315206223043342453552102
Binary110011011000011010010011010001111100101001010111011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd8693; }

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

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

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

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

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

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

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

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