#C983A0

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

Shades of Puce #C983A0

Tints of Puce #C983A0

Color information

#C983A0 (or 0xC983A0) is unknown color: approx Puce. HEX triplet: C9, 83 and A0. RGB value is (201,131,160). Sum of RGB (Red+Green+Blue) = 201+131+160=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C983A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C983A0 is #367C5F. Grayscale: #9B9B9B. Windows color (decimal): -3570784 or 10519497. OLE color: 10519497.

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

Color convert

RGB201131160-
CMYK00.350.200.21
HSL335.14º39.33%65.1%-
HSV(B)335.14º34.83%78.82%-
XYZ38.5531.1937.25-
YUV155.24130.69160.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 160 (62.89% from 255) = 32.52%
R=40.85%
G=26.63%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113116000.350.200.21335.1439.3365.1
HexC983A0023141514f2741
Octal311203240043242551747101
Binary110010011000001110100000010001110100101011010011111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C983A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C983A0; }

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

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

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

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

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

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

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

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