Html Css Color HEX #C9879B Puce

📋 copy color: '#C9879B'

red 201 ◦ green 135 ◦ blue 155

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

Shades of Puce #C9879B

Tints of Puce #C9879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.49%

 BLUE value IS 155 (60.94% from 255) = 31.57%

R = 40.94%
G = 27.49%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9879B (or 0xC9879B) is known color: Puce. HEX triplet: C9, 87 and 9B. RGB value is (201,135,155). Sum of RGB (Red+Green+Blue) = 201+135+155=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9879B is #367864. Grayscale: #9D9D9D. Windows color (decimal): -3569765 or 10192841. OLE color: 10192841.

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

Color convert

RGB 201 135 155 -
CMYK 0 0.33 0.23 0.21
HSL 341.82º 0.38% 0.66% -
HSV(B) 341.82º 0.33% 0.79% -
XYZ 38.67 32.11 35.17 -
YUV 157.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 201 135 155 0 0.33 0.23 0.21 341.82 0.38 0.66
Hex C9 87 9B 0 21 17 15 156 26 42
Octal 311 207 233 0 41 27 25 526 46 102
Binary 11001001 10000111 10011011 0 100001 10111 10101 101010110 100110 1000010

Color Harmonies of #C9879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9879B

Black with #C9879B

Text Example


Text Example

White with #C9879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9879B; }

 p { color: rgb(201,135,155); }

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

background-color css

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

 a { background-color: rgb(201,135,155); }

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

border-color css

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

 span { border-color: rgb(201,135,155); }

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