#C98396

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

Shades of Puce #C98396

Tints of Puce #C98396

Color information

#C98396 (or 0xC98396) is unknown color: approx Puce. HEX triplet: C9, 83 and 96. RGB value is (201,131,150). Sum of RGB (Red+Green+Blue) = 201+131+150=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C98396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98396 is #367C69. Grayscale: #9A9A9A. Windows color (decimal): -3570794 or 9864137. OLE color: 9864137.

HSL color Cylindrical-coordinate representation of color #C98396: hue angle of 343.71º degrees, saturation: 0.39, 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 #C98396 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB201131150-
CMYK00.350.250.21
HSL343.71º39.33%65.1%-
HSV(B)343.71º34.83%78.82%-
XYZ37.7130.8532.82-
YUV154.1125.69161.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=41.70%
G=27.18%
B=31.12%

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
Decimal20113115000.350.250.21343.7139.3365.1
HexC9839602319151582741
Octal311203226043312553047101
Binary110010011000001110010110010001111001101011010110001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98396; }

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

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

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

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

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

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

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

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