#C98296

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

Shades of Puce #C98296

Tints of Puce #C98296

Color information

#C98296 (or 0xC98296) is unknown color: approx Puce. HEX triplet: C9, 82 and 96. RGB value is (201,130,150). Sum of RGB (Red+Green+Blue) = 201+130+150=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C98296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98296 is #367D69. Grayscale: #999999. Windows color (decimal): -3571050 or 9863881. OLE color: 9863881.

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

Color convert

RGB201130150-
CMYK00.350.250.21
HSL343.1º39.66%64.9%-
HSV(B)343.1º35.32%78.82%-
XYZ37.5830.5832.78-
YUV153.51126.02161.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.79%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=41.79%
G=27.03%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113015000.350.250.21343.139.6664.9
HexC9829602319151572841
Octal311202226043312552750101
Binary110010011000001010010110010001111001101011010101111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98296; }

 p { color: rgb(201,130,150); }

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

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

 a { background-color: rgb(201,130,150); }

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

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

 span { border-color: rgb(201,130,150); }

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