Html Css Color HEX #C98498 Puce

📋 copy color: '#C98498'

red 201 ◦ green 132 ◦ blue 152

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

Shades of Puce #C98498

Tints of Puce #C98498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.34%

R = 41.44%
G = 27.22%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C98498 (or 0xC98498) is known color: Puce. HEX triplet: C9, 84 and 98. RGB value is (201,132,152). Sum of RGB (Red+Green+Blue) = 201+132+152=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C98498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98498 is #367B67. Grayscale: #9A9A9A. Windows color (decimal): -3570536 or 9995465. OLE color: 9995465.

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

Color convert

RGB 201 132 152 -
CMYK 0 0.34 0.24 0.21
HSL 342.61º 0.39% 0.65% -
HSV(B) 342.61º 0.34% 0.79% -
XYZ 38.01 31.19 33.72 -
YUV 154.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 201 132 152 0 0.34 0.24 0.21 342.61 0.39 0.65
Hex C9 84 98 0 22 18 15 157 27 41
Octal 311 204 230 0 42 30 25 527 47 101
Binary 11001001 10000100 10011000 0 100010 11000 10101 101010111 100111 1000001

Color Harmonies of #C98498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98498

Black with #C98498

Text Example


Text Example

White with #C98498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98498; }

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

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

background-color css

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

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

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

border-color css

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

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

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