Html Css Color HEX #C98499 Puce

📋 copy color: '#C98499'

red 201 ◦ green 132 ◦ blue 153

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

Shades of Puce #C98499

Tints of Puce #C98499

RGB

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

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

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

R = 41.36%
G = 27.16%
B = 31.48%

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

#C98499 (or 0xC98499) is known color: Puce. HEX triplet: C9, 84 and 99. RGB value is (201,132,153). Sum of RGB (Red+Green+Blue) = 201+132+153=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C98499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98499 is #367B66. Grayscale: #9B9B9B. Windows color (decimal): -3570535 or 10061001. OLE color: 10061001.

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

Color convert

RGB 201 132 153 -
CMYK 0 0.34 0.24 0.21
HSL 341.74º 0.39% 0.65% -
HSV(B) 341.74º 0.34% 0.79% -
XYZ 38.09 31.22 34.16 -
YUV 155.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 201 132 153 0 0.34 0.24 0.21 341.74 0.39 0.65
Hex C9 84 99 0 22 18 15 156 27 41
Octal 311 204 231 0 42 30 25 526 47 101
Binary 11001001 10000100 10011001 0 100010 11000 10101 101010110 100111 1000001

Color Harmonies of #C98499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98499

Black with #C98499

Text Example


Text Example

White with #C98499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98499; }

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

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

background-color css

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

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

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

border-color css

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

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

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