#CD8992

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

Shades of Puce #CD8992

Tints of Puce #CD8992

Color information

#CD8992 (or 0xCD8992) is unknown color: approx Puce. HEX triplet: CD, 89 and 92. RGB value is (205,137,146). Sum of RGB (Red+Green+Blue) = 205+137+146=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8992 is #32766D. Grayscale: #9E9E9E. Windows color (decimal): -3307118 or 9603533. OLE color: 9603533.

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

Color convert

RGB205137146-
CMYK00.330.290.20
HSL352.06º40.48%67.06%-
HSV(B)352.06º33.17%80.39%-
XYZ39.3132.9531.48-
YUV158.36121.03161.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=42.01%
G=28.07%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513714600.330.290.20352.0640.4867.06
HexCD89920211D141602843
Octal315211222041352454050103
Binary110011011000100110010010010000111101101001011000001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8992; }

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

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

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

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

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

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

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

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