#C98195

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

Shades of Puce #C98195

Tints of Puce #C98195

Color information

#C98195 (or 0xC98195) is unknown color: approx Puce. HEX triplet: C9, 81 and 95. RGB value is (201,129,149). Sum of RGB (Red+Green+Blue) = 201+129+149=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C98195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98195 is #367E6A. Grayscale: #989898. Windows color (decimal): -3571307 or 9798089. OLE color: 9798089.

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

Color convert

RGB201129149-
CMYK00.360.260.21
HSL343.33º40%64.71%-
HSV(B)343.33º35.82%78.82%-
XYZ37.3630.2932.31-
YUV152.81125.85162.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.96%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=41.96%
G=26.93%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112914900.360.260.21343.334064.71
HexC981950241A151572841
Octal311201225044322552750101
Binary110010011000000110010101010010011010101011010101111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98195; }

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

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

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

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

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

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

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

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