#C98499

Color #C98499 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C98499

Tints of Puce #C98499

Color information

#C98499 (or 0xC98499) is unknown color: approx 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

RGB201132153-
CMYK00.340.240.21
HSL341.74º38.98%65.29%-
HSV(B)341.74º34.33%78.82%-
XYZ38.0931.2234.16-
YUV155.02126.86160.79-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113215300.340.240.21341.7438.9865.29
HexC9849902218151562741
Octal311204231042302552647101
Binary110010011000010010011001010001011000101011010101101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>