#CD8B99

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

Shades of Puce #CD8B99

Tints of Puce #CD8B99

Color information

#CD8B99 (or 0xCD8B99) is unknown color: approx Puce. HEX triplet: CD, 8B and 99. RGB value is (205,139,153). Sum of RGB (Red+Green+Blue) = 205+139+153=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8B99 is #327466. Grayscale: #A0A0A0. Windows color (decimal): -3306599 or 10062797. OLE color: 10062797.

HSL color Cylindrical-coordinate representation of color #CD8B99: hue angle of 347.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8B99 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205139153-
CMYK00.320.250.20
HSL347.27º39.76%67.45%-
HSV(B)347.27º32.2%80.39%-
XYZ40.1633.7434.53-
YUV160.33123.87159.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 139 (54.69% from 255) = 27.97%
BLUE value IS 153 (60.16% from 255) = 30.78%
R=41.25%
G=27.97%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513915300.320.250.20347.2739.7667.45
HexCD8B99020191415b2843
Octal315213231040312453350103
Binary110011011000101110011001010000011001101001010110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8B99; }

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

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

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

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

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

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

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

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