#CD8A99

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

Shades of Puce #CD8A99

Tints of Puce #CD8A99

Color information

#CD8A99 (or 0xCD8A99) is unknown color: approx Puce. HEX triplet: CD, 8A and 99. RGB value is (205,138,153). Sum of RGB (Red+Green+Blue) = 205+138+153=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8A99 is #327566. Grayscale: #9F9F9F. Windows color (decimal): -3306855 or 10062541. OLE color: 10062541.

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

Color convert

RGB205138153-
CMYK00.330.250.20
HSL346.57º40.12%67.25%-
HSV(B)346.57º32.68%80.39%-
XYZ40.0233.4634.49-
YUV159.74124.2160.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=41.33%
G=27.82%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513815300.330.250.20346.5740.1267.25
HexCD8A99021191415b2843
Octal315212231041312453350103
Binary110011011000101010011001010000111001101001010110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8A99; }

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

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

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

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

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

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

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

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