Html Css Color HEX #C98490 Puce

📋 copy color: '#C98490'

red 201 ◦ green 132 ◦ blue 144

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

Shades of Puce #C98490

Tints of Puce #C98490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.67%

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 42.14%
G = 27.67%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C98490 (or 0xC98490) is known color: Puce. HEX triplet: C9, 84 and 90. RGB value is (201,132,144). Sum of RGB (Red+Green+Blue) = 201+132+144=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C98490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98490 is #367B6F. Grayscale: #9A9A9A. Windows color (decimal): -3570544 or 9471177. OLE color: 9471177.

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

Color convert

RGB 201 132 144 -
CMYK 0 0.34 0.28 0.21
HSL 349.57º 0.39% 0.65% -
HSV(B) 349.57º 0.34% 0.79% -
XYZ 37.37 30.93 30.39 -
YUV 154 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 201 132 144 0 0.34 0.28 0.21 349.57 0.39 0.65
Hex C9 84 90 0 22 1C 15 15E 27 41
Octal 311 204 220 0 42 34 25 536 47 101
Binary 11001001 10000100 10010000 0 100010 11100 10101 101011110 100111 1000001

Color Harmonies of #C98490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98490

Black with #C98490

Text Example


Text Example

White with #C98490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98490; }

 p { color: rgb(201,132,144); }

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

background-color css

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

 a { background-color: rgb(201,132,144); }

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

border-color css

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

 span { border-color: rgb(201,132,144); }

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