#CD8699

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

Shades of Puce #CD8699

Tints of Puce #CD8699

Color information

#CD8699 (or 0xCD8699) is unknown color: approx Puce. HEX triplet: CD, 86 and 99. RGB value is (205,134,153). Sum of RGB (Red+Green+Blue) = 205+134+153=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8699 is #327966. Grayscale: #9D9D9D. Windows color (decimal): -3307879 or 10061517. OLE color: 10061517.

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

Color convert

RGB205134153-
CMYK00.350.250.20
HSL343.94º41.52%66.47%-
HSV(B)343.94º34.63%80.39%-
XYZ39.4532.3334.3-
YUV157.4125.52161.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=41.67%
G=27.24%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513415300.350.250.20343.9441.5266.47
HexCD869902319141582a42
Octal315206231043312453052102
Binary110011011000011010011001010001111001101001010110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8699; }

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

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

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

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

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

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

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

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