Html Css Color HEX #C9878D Puce

📋 copy color: '#C9878D'

red 201 ◦ green 135 ◦ blue 141

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

Shades of Puce #C9878D

Tints of Puce #C9878D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 42.14%
G = 28.3%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9878D (or 0xC9878D) is known color: Puce. HEX triplet: C9, 87 and 8D. RGB value is (201,135,141). Sum of RGB (Red+Green+Blue) = 201+135+141=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C9878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9878D is #367872. Grayscale: #9B9B9B. Windows color (decimal): -3569779 or 9275337. OLE color: 9275337.

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

Color convert

RGB 201 135 141 -
CMYK 0 0.33 0.30 0.21
HSL 354.55º 0.38% 0.66% -
HSV(B) 354.55º 0.33% 0.79% -
XYZ 37.56 31.67 29.33 -
YUV 155.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 201 135 141 0 0.33 0.30 0.21 354.55 0.38 0.66
Hex C9 87 8D 0 21 1E 15 163 26 42
Octal 311 207 215 0 41 36 25 543 46 102
Binary 11001001 10000111 10001101 0 100001 11110 10101 101100011 100110 1000010

Color Harmonies of #C9878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9878D

Black with #C9878D

Text Example


Text Example

White with #C9878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9878D; }

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

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

background-color css

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

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

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

border-color css

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

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

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