Html Css Color HEX #C9889D Puce

📋 copy color: '#C9889D'

red 201 ◦ green 136 ◦ blue 157

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

Shades of Puce #C9889D

Tints of Puce #C9889D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.78%

R = 40.69%
G = 27.53%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9889D (or 0xC9889D) is known color: Puce. HEX triplet: C9, 88 and 9D. RGB value is (201,136,157). Sum of RGB (Red+Green+Blue) = 201+136+157=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9889D is #367762. Grayscale: #9D9D9D. Windows color (decimal): -3569507 or 10324169. OLE color: 10324169.

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

Color convert

RGB 201 136 157 -
CMYK 0 0.32 0.22 0.21
HSL 340.62º 0.38% 0.66% -
HSV(B) 340.62º 0.32% 0.79% -
XYZ 38.98 32.46 36.11 -
YUV 157.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 201 136 157 0 0.32 0.22 0.21 340.62 0.38 0.66
Hex C9 88 9D 0 20 16 15 155 26 42
Octal 311 210 235 0 40 26 25 525 46 102
Binary 11001001 10001000 10011101 0 100000 10110 10101 101010101 100110 1000010

Color Harmonies of #C9889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9889D

Black with #C9889D

Text Example


Text Example

White with #C9889D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9889D; }

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

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

background-color css

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

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

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

border-color css

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

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

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