#C98591

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

Shades of Puce #C98591

Tints of Puce #C98591

Color information

#C98591 (or 0xC98591) is unknown color: approx Puce. HEX triplet: C9, 85 and 91. RGB value is (201,133,145). Sum of RGB (Red+Green+Blue) = 201+133+145=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C98591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98591 is #367A6E. Grayscale: #9A9A9A. Windows color (decimal): -3570287 or 9536969. OLE color: 9536969.

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

Color convert

RGB201133145-
CMYK00.340.280.21
HSL349.41º38.64%65.49%-
HSV(B)349.41º33.83%78.82%-
XYZ37.5931.2430.84-
YUV154.7122.53161.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.96%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=41.96%
G=27.77%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113314500.340.280.21349.4138.6465.49
HexC985910221C1515d2741
Octal311205221042342553547101
Binary110010011000010110010001010001011100101011010111011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98591; }

 p { color: rgb(201,133,145); }

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

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

 a { background-color: rgb(201,133,145); }

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

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

 span { border-color: rgb(201,133,145); }

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