Html Css Color HEX #C98197 Puce

📋 copy color: '#C98197'

red 201 ◦ green 129 ◦ blue 151

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

Shades of Puce #C98197

Tints of Puce #C98197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.82%

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

R = 41.79%
G = 26.82%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C98197 (or 0xC98197) is known color: Puce. HEX triplet: C9, 81 and 97. RGB value is (201,129,151). Sum of RGB (Red+Green+Blue) = 201+129+151=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C98197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98197 is #367E68. Grayscale: #999999. Windows color (decimal): -3571305 or 9929161. OLE color: 9929161.

HSL color Cylindrical-coordinate representation of color #C98197: hue angle of 341.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C98197 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 129 151 -
CMYK 0 0.36 0.25 0.21
HSL 341.67º 0.4% 0.65% -
HSV(B) 341.67º 0.36% 0.79% -
XYZ 37.52 30.35 33.16 -
YUV 153.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 201 129 151 0 0.36 0.25 0.21 341.67 0.4 0.65
Hex C9 81 97 0 24 19 15 156 28 41
Octal 311 201 227 0 44 31 25 526 50 101
Binary 11001001 10000001 10010111 0 100100 11001 10101 101010110 101000 1000001

Color Harmonies of #C98197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98197

Black with #C98197

Text Example


Text Example

White with #C98197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98197; }

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

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

background-color css

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

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

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

border-color css

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

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

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