#CD8798

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

Shades of Puce #CD8798

Tints of Puce #CD8798

Color information

#CD8798 (or 0xCD8798) is unknown color: approx Puce. HEX triplet: CD, 87 and 98. RGB value is (205,135,152). Sum of RGB (Red+Green+Blue) = 205+135+152=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8798 is #327867. Grayscale: #9D9D9D. Windows color (decimal): -3307624 or 9996237. OLE color: 9996237.

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

Color convert

RGB205135152-
CMYK00.340.260.20
HSL345.43º41.18%66.67%-
HSV(B)345.43º34.15%80.39%-
XYZ39.5132.5733.91-
YUV157.87124.69161.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=41.67%
G=27.44%
B=30.89%

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
Decimal20513515200.340.260.20345.4341.1866.67
HexCD87980221A141592943
Octal315207230042322453151103
Binary110011011000011110011000010001011010101001010110011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8798; }

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

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

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

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

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

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

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

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