Html Css Color HEX #C98191 Puce

📋 copy color: '#C98191'

red 201 ◦ green 129 ◦ blue 145

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

Shades of Puce #C98191

Tints of Puce #C98191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.53%

R = 42.32%
G = 27.16%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C98191 (or 0xC98191) is known color: Puce. HEX triplet: C9, 81 and 91. RGB value is (201,129,145). Sum of RGB (Red+Green+Blue) = 201+129+145=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C98191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98191 is #367E6E. Grayscale: #989898. Windows color (decimal): -3571311 or 9535945. OLE color: 9535945.

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

Color convert

RGB 201 129 145 -
CMYK 0 0.36 0.28 0.21
HSL 346.67º 0.4% 0.65% -
HSV(B) 346.67º 0.36% 0.79% -
XYZ 37.05 30.16 30.66 -
YUV 152.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 201 129 145 0 0.36 0.28 0.21 346.67 0.4 0.65
Hex C9 81 91 0 24 1C 15 15B 28 41
Octal 311 201 221 0 44 34 25 533 50 101
Binary 11001001 10000001 10010001 0 100100 11100 10101 101011011 101000 1000001

Color Harmonies of #C98191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98191

Black with #C98191

Text Example


Text Example

White with #C98191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98191; }

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

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

background-color css

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

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

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

border-color css

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

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

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