Html Css Color HEX #C98889 Puce

📋 copy color: '#C98889'

red 201 ◦ green 136 ◦ blue 137

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

Shades of Puce #C98889

Tints of Puce #C98889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.9%

R = 42.41%
G = 28.69%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C98889 (or 0xC98889) is known color: Puce. HEX triplet: C9, 88 and 89. RGB value is (201,136,137). Sum of RGB (Red+Green+Blue) = 201+136+137=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C98889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98889 is #367776. Grayscale: #9B9B9B. Windows color (decimal): -3569527 or 9013449. OLE color: 9013449.

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

Color convert

RGB 201 136 137 -
CMYK 0 0.32 0.32 0.21
HSL 359.08º 0.38% 0.66% -
HSV(B) 359.08º 0.32% 0.79% -
XYZ 37.41 31.83 27.84 -
YUV 155.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 201 136 137 0 0.32 0.32 0.21 359.08 0.38 0.66
Hex C9 88 89 0 20 20 15 167 26 42
Octal 311 210 211 0 40 40 25 547 46 102
Binary 11001001 10001000 10001001 0 100000 100000 10101 101100111 100110 1000010

Color Harmonies of #C98889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98889

Black with #C98889

Text Example


Text Example

White with #C98889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98889; }

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

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

background-color css

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

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

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

border-color css

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

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

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