#C98590

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

Shades of Puce #C98590

Tints of Puce #C98590

Color information

#C98590 (or 0xC98590) is unknown color: approx Puce. HEX triplet: C9, 85 and 90. RGB value is (201,133,144). Sum of RGB (Red+Green+Blue) = 201+133+144=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C98590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98590 is #367A6F. Grayscale: #9A9A9A. Windows color (decimal): -3570288 or 9471433. OLE color: 9471433.

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

Color convert

RGB201133144-
CMYK00.340.280.21
HSL350.29º38.64%65.49%-
HSV(B)350.29º33.83%78.82%-
XYZ37.5131.2130.43-
YUV154.59122.03161.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=42.05%
G=27.82%
B=30.13%

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
Decimal20113314400.340.280.21350.2938.6465.49
HexC985900221C1515e2741
Octal311205220042342553647101
Binary110010011000010110010000010001011100101011010111101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98590; }

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

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

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

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

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

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

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

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