#C98D8E

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

Shades of Puce #C98D8E

Tints of Puce #C98D8E

Color information

#C98D8E (or 0xC98D8E) is unknown color: approx Puce. HEX triplet: C9, 8D and 8E. RGB value is (201,141,142). Sum of RGB (Red+Green+Blue) = 201+141+142=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98D8E is #367271. Grayscale: #9F9F9F. Windows color (decimal): -3568242 or 9342409. OLE color: 9342409.

HSL color Cylindrical-coordinate representation of color #C98D8E: hue angle of 359º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98D8E is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201141142-
CMYK00.300.290.21
HSL359º35.71%67.06%-
HSV(B)359º29.85%78.82%-
XYZ38.4933.4230.01-
YUV159.05118.38157.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.53%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=41.53%
G=29.13%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114114200.300.290.2135935.7167.06
HexC98D8E01E1D151672443
Octal311215216036352554744103
Binary11001001100011011000111001111011101101011011001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98D8E; }

 p { color: rgb(201,141,142); }

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

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

 a { background-color: rgb(201,141,142); }

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

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

 span { border-color: rgb(201,141,142); }

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