#C9818D

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

Shades of Puce #C9818D

Tints of Puce #C9818D

Color information

#C9818D (or 0xC9818D) is unknown color: approx Puce. HEX triplet: C9, 81 and 8D. RGB value is (201,129,141). Sum of RGB (Red+Green+Blue) = 201+129+141=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C9818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9818D is #367E72. Grayscale: #979797. Windows color (decimal): -3571315 or 9273801. OLE color: 9273801.

HSL color Cylindrical-coordinate representation of color #C9818D: hue angle of 350º 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 #C9818D is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201129141-
CMYK00.360.300.21
HSL350º40%64.71%-
HSV(B)350º35.82%78.82%-
XYZ36.7530.0429.06-
YUV151.9121.85163.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.68%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=42.68%
G=27.39%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112914100.360.300.213504064.71
HexC9818D0241E1515e2841
Octal311201215044362553650101
Binary110010011000000110001101010010011110101011010111101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9818D; }

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

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

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

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

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

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

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

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