#CD8092

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

Shades of Puce #CD8092

Tints of Puce #CD8092

Color information

#CD8092 (or 0xCD8092) is unknown color: approx Puce. HEX triplet: CD, 80 and 92. RGB value is (205,128,146). Sum of RGB (Red+Green+Blue) = 205+128+146=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8092 is #327F6D. Grayscale: #999999. Windows color (decimal): -3309422 or 9601229. OLE color: 9601229.

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

Color convert

RGB205128146-
CMYK00.380.290.20
HSL345.97º43.5%65.29%-
HSV(B)345.97º37.56%80.39%-
XYZ38.0830.4931.07-
YUV153.07124.01165.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 128 (50.39% from 255) = 26.72%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=42.80%
G=26.72%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512814600.380.290.20345.9743.565.29
HexCD80920261D1415a2c41
Octal315200222046352453254101
Binary110011011000000010010010010011011101101001010110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8092; }

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

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

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

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

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

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

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

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