Html Css Color HEX #C9879F Puce

📋 copy color: '#C9879F'

red 201 ◦ green 135 ◦ blue 159

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

Shades of Puce #C9879F

Tints of Puce #C9879F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.12%

R = 40.61%
G = 27.27%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9879F (or 0xC9879F) is known color: Puce. HEX triplet: C9, 87 and 9F. RGB value is (201,135,159). Sum of RGB (Red+Green+Blue) = 201+135+159=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9879F is #367860. Grayscale: #9D9D9D. Windows color (decimal): -3569761 or 10454985. OLE color: 10454985.

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

Color convert

RGB 201 135 159 -
CMYK 0 0.33 0.21 0.21
HSL 338.18º 0.38% 0.66% -
HSV(B) 338.18º 0.33% 0.79% -
XYZ 39.01 32.25 36.97 -
YUV 157.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 201 135 159 0 0.33 0.21 0.21 338.18 0.38 0.66
Hex C9 87 9F 0 21 15 15 152 26 42
Octal 311 207 237 0 41 25 25 522 46 102
Binary 11001001 10000111 10011111 0 100001 10101 10101 101010010 100110 1000010

Color Harmonies of #C9879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9879F

Black with #C9879F

Text Example


Text Example

White with #C9879F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9879F; }

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

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

background-color css

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

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

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

border-color css

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

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

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