Html Css Color HEX #C98897 Puce

📋 copy color: '#C98897'

red 201 ◦ green 136 ◦ blue 151

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

Shades of Puce #C98897

Tints of Puce #C98897

RGB

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

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

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

R = 41.19%
G = 27.87%
B = 30.94%

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

#C98897 (or 0xC98897) is known color: Puce. HEX triplet: C9, 88 and 97. RGB value is (201,136,151). Sum of RGB (Red+Green+Blue) = 201+136+151=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C98897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98897 is #367768. Grayscale: #9D9D9D. Windows color (decimal): -3569513 or 9930953. OLE color: 9930953.

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

Color convert

RGB 201 136 151 -
CMYK 0 0.32 0.25 0.21
HSL 346.15º 0.38% 0.66% -
HSV(B) 346.15º 0.32% 0.79% -
XYZ 38.48 32.26 33.48 -
YUV 157.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 201 136 151 0 0.32 0.25 0.21 346.15 0.38 0.66
Hex C9 88 97 0 20 19 15 15A 26 42
Octal 311 210 227 0 40 31 25 532 46 102
Binary 11001001 10001000 10010111 0 100000 11001 10101 101011010 100110 1000010

Color Harmonies of #C98897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98897

Black with #C98897

Text Example


Text Example

White with #C98897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98897; }

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

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

background-color css

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

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

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

border-color css

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

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

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