Html Css Color HEX #C9888D Puce

📋 copy color: '#C9888D'

red 201 ◦ green 136 ◦ blue 141

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

Shades of Puce #C9888D

Tints of Puce #C9888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.45%

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

R = 42.05%
G = 28.45%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9888D (or 0xC9888D) is known color: Puce. HEX triplet: C9, 88 and 8D. RGB value is (201,136,141). Sum of RGB (Red+Green+Blue) = 201+136+141=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C9888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9888D is #367772. Grayscale: #9C9C9C. Windows color (decimal): -3569523 or 9275593. OLE color: 9275593.

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

Color convert

RGB 201 136 141 -
CMYK 0 0.32 0.30 0.21
HSL 355.38º 0.38% 0.66% -
HSV(B) 355.38º 0.32% 0.79% -
XYZ 37.7 31.95 29.38 -
YUV 156.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 201 136 141 0 0.32 0.30 0.21 355.38 0.38 0.66
Hex C9 88 8D 0 20 1E 15 163 26 42
Octal 311 210 215 0 40 36 25 543 46 102
Binary 11001001 10001000 10001101 0 100000 11110 10101 101100011 100110 1000010

Color Harmonies of #C9888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9888D

Black with #C9888D

Text Example


Text Example

White with #C9888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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