Html Css Color HEX #C9828D Puce

📋 copy color: '#C9828D'

red 201 ◦ green 130 ◦ blue 141

#C9828D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puce #C9828D

Tints of Puce #C9828D

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 value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9828D (or 0xC9828D) is known color: 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

RGB 201 130 141 -
CMYK 0 0.35 0.30 0.21
HSL 350.7º 0.4% 0.65% -
HSV(B) 350.7º 0.35% 0.79% -
XYZ 36.88 30.31 29.11 -
YUV 152.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 201 130 141 0 0.35 0.30 0.21 350.7 0.4 0.65
Hex C9 82 8D 0 23 1E 15 15F 28 41
Octal 311 202 215 0 43 36 25 537 50 101
Binary 11001001 10000010 10001101 0 100011 11110 10101 101011111 101000 1000001

Color Harmonies of #C9828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9828D

Black with #C9828D

Text Example


Text Example

White with #C9828D

Text Example


Text Example

HTML Codes & Css Web 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>