#C9828D

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

Shades of Puce #C9828D

Tints of Puce #C9828D

Color information

#C9828D (or 0xC9828D) is unknown color: approx Puce. HEX triplet: C9, 82 and 8D. RGB value is (201,130,141). Sum of RGB (Red+Green+Blue) = 201+130+141=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C9828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9828D is #367D72. Grayscale: #989898. Windows color (decimal): -3571059 or 9274057. OLE color: 9274057.

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

Color convert

RGB201130141-
CMYK00.350.300.21
HSL350.7º39.66%64.9%-
HSV(B)350.7º35.32%78.82%-
XYZ36.8830.3129.11-
YUV152.48121.52162.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.58%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=42.58%
G=27.54%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113014100.350.300.21350.739.6664.9
HexC9828D0231E1515f2841
Octal311202215043362553750101
Binary110010011000001010001101010001111110101011010111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9828D; }

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

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

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

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

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

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

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

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