#CD8898

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

Shades of Puce #CD8898

Tints of Puce #CD8898

Color information

#CD8898 (or 0xCD8898) is unknown color: approx Puce. HEX triplet: CD, 88 and 98. RGB value is (205,136,152). Sum of RGB (Red+Green+Blue) = 205+136+152=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8898 is #327767. Grayscale: #9E9E9E. Windows color (decimal): -3307368 or 9996493. OLE color: 9996493.

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

Color convert

RGB205136152-
CMYK00.340.260.20
HSL346.09º40.83%66.86%-
HSV(B)346.09º33.66%80.39%-
XYZ39.6532.8533.96-
YUV158.45124.36161.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=41.58%
G=27.59%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513615200.340.260.20346.0940.8366.86
HexCD88980221A1415a2943
Octal315210230042322453251103
Binary110011011000100010011000010001011010101001010110101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8898; }

 p { color: rgb(205,136,152); }

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

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

 a { background-color: rgb(205,136,152); }

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

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

 span { border-color: rgb(205,136,152); }

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