#CD8B93

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

Shades of Puce #CD8B93

Tints of Puce #CD8B93

Color information

#CD8B93 (or 0xCD8B93) is unknown color: approx Puce. HEX triplet: CD, 8B and 93. RGB value is (205,139,147). Sum of RGB (Red+Green+Blue) = 205+139+147=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8B93 is #32746C. Grayscale: #9F9F9F. Windows color (decimal): -3306605 or 9669581. OLE color: 9669581.

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

Color convert

RGB205139147-
CMYK00.320.280.20
HSL352.73º39.76%67.45%-
HSV(B)352.73º32.2%80.39%-
XYZ39.6833.5531.99-
YUV159.65120.87160.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 139 (54.69% from 255) = 28.31%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=41.75%
G=28.31%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513914700.320.280.20352.7339.7667.45
HexCD8B930201C141612843
Octal315213223040342454150103
Binary110011011000101110010011010000011100101001011000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8B93; }

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

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

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

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

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

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

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

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