Html Css Color HEX #C9899C Puce

📋 copy color: '#C9899C'

red 201 ◦ green 137 ◦ blue 156

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

Shades of Puce #C9899C

Tints of Puce #C9899C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.58%

R = 40.69%
G = 27.73%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9899C (or 0xC9899C) is known color: Puce. HEX triplet: C9, 89 and 9C. RGB value is (201,137,156). Sum of RGB (Red+Green+Blue) = 201+137+156=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9899C is #367663. Grayscale: #9E9E9E. Windows color (decimal): -3569252 or 10258889. OLE color: 10258889.

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

Color convert

RGB 201 137 156 -
CMYK 0 0.32 0.22 0.21
HSL 342.19º 0.37% 0.66% -
HSV(B) 342.19º 0.32% 0.79% -
XYZ 39.03 32.71 35.71 -
YUV 158.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 201 137 156 0 0.32 0.22 0.21 342.19 0.37 0.66
Hex C9 89 9C 0 20 16 15 156 25 42
Octal 311 211 234 0 40 26 25 526 45 102
Binary 11001001 10001001 10011100 0 100000 10110 10101 101010110 100101 1000010

Color Harmonies of #C9899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9899C

Black with #C9899C

Text Example


Text Example

White with #C9899C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9899C; }

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

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

background-color css

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

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

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

border-color css

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

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

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