#C9808E

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

Shades of Puce #C9808E

Tints of Puce #C9808E

Color information

#C9808E (or 0xC9808E) is unknown color: approx Puce. HEX triplet: C9, 80 and 8E. RGB value is (201,128,142). Sum of RGB (Red+Green+Blue) = 201+128+142=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9808E is #367F71. Grayscale: #979797. Windows color (decimal): -3571570 or 9339081. OLE color: 9339081.

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

Color convert

RGB201128142-
CMYK00.360.290.21
HSL348.49º40.33%64.51%-
HSV(B)348.49º36.32%78.82%-
XYZ36.6929.8129.41-
YUV151.42122.68163.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.68%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=42.68%
G=27.18%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112814200.360.290.21348.4940.3364.51
HexC9808E0241D1515c2841
Octal311200216044352553450101
Binary110010011000000010001110010010011101101011010111001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9808E; }

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

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

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

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

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

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

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

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