#CD8098

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

Shades of Puce #CD8098

Tints of Puce #CD8098

Color information

#CD8098 (or 0xCD8098) is unknown color: approx Puce. HEX triplet: CD, 80 and 98. RGB value is (205,128,152). Sum of RGB (Red+Green+Blue) = 205+128+152=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8098 is #327F67. Grayscale: #999999. Windows color (decimal): -3309416 or 9994445. OLE color: 9994445.

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

Color convert

RGB205128152-
CMYK00.380.260.20
HSL341.3º43.5%65.29%-
HSV(B)341.3º37.56%80.39%-
XYZ38.5630.6833.6-
YUV153.76127.01164.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=42.27%
G=26.39%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512815200.380.260.20341.343.565.29
HexCD80980261A141552c41
Octal315200230046322452554101
Binary110011011000000010011000010011011010101001010101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8098; }

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

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

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

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

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

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

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

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