Html Css Color HEX #C9899E Puce

📋 copy color: '#C9899E'

red 201 ◦ green 137 ◦ blue 158

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

Shades of Puce #C9899E

Tints of Puce #C9899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.62%

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

R = 40.52%
G = 27.62%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9899E (or 0xC9899E) is known color: Puce. HEX triplet: C9, 89 and 9E. RGB value is (201,137,158). Sum of RGB (Red+Green+Blue) = 201+137+158=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C9899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9899E is #367661. Grayscale: #9E9E9E. Windows color (decimal): -3569250 or 10389961. OLE color: 10389961.

HSL color Cylindrical-coordinate representation of color #C9899E: hue angle of 340.31º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9899E is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 137 158 -
CMYK 0 0.32 0.21 0.21
HSL 340.31º 0.37% 0.66% -
HSV(B) 340.31º 0.32% 0.79% -
XYZ 39.2 32.78 36.61 -
YUV 158.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 201 137 158 0 0.32 0.21 0.21 340.31 0.37 0.66
Hex C9 89 9E 0 20 15 15 154 25 42
Octal 311 211 236 0 40 25 25 524 45 102
Binary 11001001 10001001 10011110 0 100000 10101 10101 101010100 100101 1000010

Color Harmonies of #C9899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9899E

Black with #C9899E

Text Example


Text Example

White with #C9899E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9899E; }

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

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

background-color css

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

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

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

border-color css

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

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

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