Html Css Color HEX #C98299 Puce

📋 copy color: '#C98299'

red 201 ◦ green 130 ◦ blue 153

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

Shades of Puce #C98299

Tints of Puce #C98299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.86%

 BLUE value IS 153 (60.16% from 255) = 31.61%

R = 41.53%
G = 26.86%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C98299 (or 0xC98299) is known color: Puce. HEX triplet: C9, 82 and 99. RGB value is (201,130,153). Sum of RGB (Red+Green+Blue) = 201+130+153=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C98299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98299 is #367D66. Grayscale: #999999. Windows color (decimal): -3571047 or 10060489. OLE color: 10060489.

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

Color convert

RGB 201 130 153 -
CMYK 0 0.35 0.24 0.21
HSL 340.56º 0.4% 0.65% -
HSV(B) 340.56º 0.35% 0.79% -
XYZ 37.82 30.68 34.07 -
YUV 153.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 201 130 153 0 0.35 0.24 0.21 340.56 0.4 0.65
Hex C9 82 99 0 23 18 15 155 28 41
Octal 311 202 231 0 43 30 25 525 50 101
Binary 11001001 10000010 10011001 0 100011 11000 10101 101010101 101000 1000001

Color Harmonies of #C98299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98299

Black with #C98299

Text Example


Text Example

White with #C98299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98299; }

 p { color: rgb(201,130,153); }

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

background-color css

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

 a { background-color: rgb(201,130,153); }

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

border-color css

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

 span { border-color: rgb(201,130,153); }

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