Html Css Color HEX #C9878C Puce

📋 copy color: '#C9878C'

red 201 ◦ green 135 ◦ blue 140

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

Shades of Puce #C9878C

Tints of Puce #C9878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.41%

R = 42.23%
G = 28.36%
B = 29.41%

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

#C9878C (or 0xC9878C) is known color: Puce. HEX triplet: C9, 87 and 8C. RGB value is (201,135,140). Sum of RGB (Red+Green+Blue) = 201+135+140=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C9878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9878C is #367873. Grayscale: #9B9B9B. Windows color (decimal): -3569780 or 9209801. OLE color: 9209801.

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

Color convert

RGB 201 135 140 -
CMYK 0 0.33 0.30 0.21
HSL 355.45º 0.38% 0.66% -
HSV(B) 355.45º 0.33% 0.79% -
XYZ 37.48 31.64 28.94 -
YUV 155.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 201 135 140 0 0.33 0.30 0.21 355.45 0.38 0.66
Hex C9 87 8C 0 21 1E 15 163 26 42
Octal 311 207 214 0 41 36 25 543 46 102
Binary 11001001 10000111 10001100 0 100001 11110 10101 101100011 100110 1000010

Color Harmonies of #C9878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9878C

Black with #C9878C

Text Example


Text Example

White with #C9878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9878C; }

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

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

background-color css

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

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

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

border-color css

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

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

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