Html Css Color HEX #C9829E Puce

📋 copy color: '#C9829E'

red 201 ◦ green 130 ◦ blue 158

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

Shades of Puce #C9829E

Tints of Puce #C9829E

RGB

 RED value IS 201 (78.91% from 255) = 41.1%

 GREEN value IS 130 (51.17% from 255) = 26.58%

 BLUE value IS 158 (62.11% from 255) = 32.31%

R = 41.1%
G = 26.58%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9829E (or 0xC9829E) is known color: Puce. HEX triplet: C9, 82 and 9E. RGB value is (201,130,158). Sum of RGB (Red+Green+Blue) = 201+130+158=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C9829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9829E is #367D61. Grayscale: #9A9A9A. Windows color (decimal): -3571042 or 10388169. OLE color: 10388169.

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

Color convert

RGB 201 130 158 -
CMYK 0 0.35 0.21 0.21
HSL 336.34º 0.4% 0.65% -
HSV(B) 336.34º 0.35% 0.79% -
XYZ 38.24 30.85 36.29 -
YUV 154.42 130.02 161.22 -
System Red Green Blue C M Y K H S L
Decimal 201 130 158 0 0.35 0.21 0.21 336.34 0.4 0.65
Hex C9 82 9E 0 23 15 15 150 28 41
Octal 311 202 236 0 43 25 25 520 50 101
Binary 11001001 10000010 10011110 0 100011 10101 10101 101010000 101000 1000001

Color Harmonies of #C9829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9829E

Black with #C9829E

Text Example


Text Example

White with #C9829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9829E; }

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

 H1.HeaderClassName
 {
   color: #C9829E;
 }
 .AnyTagClassName
 {
   color: #C9829E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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