#CD8695

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

Shades of Puce #CD8695

Tints of Puce #CD8695

Color information

#CD8695 (or 0xCD8695) is unknown color: approx Puce. HEX triplet: CD, 86 and 95. RGB value is (205,134,149). Sum of RGB (Red+Green+Blue) = 205+134+149=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8695 is #32796A. Grayscale: #9C9C9C. Windows color (decimal): -3307883 or 9799373. OLE color: 9799373.

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

Color convert

RGB205134149-
CMYK00.350.270.20
HSL347.32º41.52%66.47%-
HSV(B)347.32º34.63%80.39%-
XYZ39.1332.232.59-
YUV156.94123.52162.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 134 (52.73% from 255) = 27.46%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=42.01%
G=27.46%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513414900.350.270.20347.3241.5266.47
HexCD86950231B1415b2a42
Octal315206225043332453352102
Binary110011011000011010010101010001111011101001010110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8695; }

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

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

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

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

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

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

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

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