Html Css Color HEX #C98997 Puce

📋 copy color: '#C98997'

red 201 ◦ green 137 ◦ blue 151

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

Shades of Puce #C98997

Tints of Puce #C98997

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.02%

 BLUE value IS 151 (59.38% from 255) = 30.88%

R = 41.1%
G = 28.02%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C98997 (or 0xC98997) is known color: Puce. HEX triplet: C9, 89 and 97. RGB value is (201,137,151). Sum of RGB (Red+Green+Blue) = 201+137+151=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C98997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98997 is #367668. Grayscale: #9D9D9D. Windows color (decimal): -3569257 or 9931209. OLE color: 9931209.

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

Color convert

RGB 201 137 151 -
CMYK 0 0.32 0.25 0.21
HSL 346.88º 0.37% 0.66% -
HSV(B) 346.88º 0.32% 0.79% -
XYZ 38.62 32.54 33.52 -
YUV 157.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 201 137 151 0 0.32 0.25 0.21 346.88 0.37 0.66
Hex C9 89 97 0 20 19 15 15B 25 42
Octal 311 211 227 0 40 31 25 533 45 102
Binary 11001001 10001001 10010111 0 100000 11001 10101 101011011 100101 1000010

Color Harmonies of #C98997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98997

Black with #C98997

Text Example


Text Example

White with #C98997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98997; }

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

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

background-color css

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

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

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

border-color css

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

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

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