#C98199

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

Shades of Puce #C98199

Tints of Puce #C98199

Color information

#C98199 (or 0xC98199) is unknown color: approx Puce. HEX triplet: C9, 81 and 99. RGB value is (201,129,153). Sum of RGB (Red+Green+Blue) = 201+129+153=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C98199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98199 is #367E66. Grayscale: #999999. Windows color (decimal): -3571303 or 10060233. OLE color: 10060233.

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

Color convert

RGB201129153-
CMYK00.360.240.21
HSL340º40%64.71%-
HSV(B)340º35.82%78.82%-
XYZ37.6930.4234.02-
YUV153.26127.85162.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=41.61%
G=26.71%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112915300.360.240.213404064.71
HexC9819902418151542841
Octal311201231044302552450101
Binary110010011000000110011001010010011000101011010101001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98199; }

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

 H1.HeaderClassName
 {
   color: #C98199;
 }
 .AnyTagClassName
 {
   color: #C98199;
 }
</style>
background-color css

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

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

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

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

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

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