Html Css Color HEX #C9878A Puce

📋 copy color: '#C9878A'

red 201 ◦ green 135 ◦ blue 138

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

Shades of Puce #C9878A

Tints of Puce #C9878A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 42.41%
G = 28.48%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9878A (or 0xC9878A) is known color: Puce. HEX triplet: C9, 87 and 8A. RGB value is (201,135,138). Sum of RGB (Red+Green+Blue) = 201+135+138=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C9878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9878A is #367875. Grayscale: #9B9B9B. Windows color (decimal): -3569782 or 9078729. OLE color: 9078729.

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

Color convert

RGB 201 135 138 -
CMYK 0 0.33 0.31 0.21
HSL 357.27º 0.38% 0.66% -
HSV(B) 357.27º 0.33% 0.79% -
XYZ 37.34 31.58 28.17 -
YUV 155.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 201 135 138 0 0.33 0.31 0.21 357.27 0.38 0.66
Hex C9 87 8A 0 21 1F 15 165 26 42
Octal 311 207 212 0 41 37 25 545 46 102
Binary 11001001 10000111 10001010 0 100001 11111 10101 101100101 100110 1000010

Color Harmonies of #C9878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9878A

Black with #C9878A

Text Example


Text Example

White with #C9878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9878A; }

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

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

background-color css

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

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

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

border-color css

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

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

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