#C985A2

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

Shades of Puce #C985A2

Tints of Puce #C985A2

Color information

#C985A2 (or 0xC985A2) is unknown color: approx Puce. HEX triplet: C9, 85 and A2. RGB value is (201,133,162). Sum of RGB (Red+Green+Blue) = 201+133+162=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C985A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C985A2 is #367A5D. Grayscale: #9C9C9C. Windows color (decimal): -3570270 or 10651081. OLE color: 10651081.

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

Color convert

RGB201133162-
CMYK00.340.190.21
HSL334.41º38.64%65.49%-
HSV(B)334.41º33.83%78.82%-
XYZ3931.838.27-
YUV156.64131.03159.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 162 (63.67% from 255) = 32.66%
R=40.52%
G=26.81%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113316200.340.190.21334.4138.6465.49
HexC985A2022131514e2741
Octal311205242042232551647101
Binary110010011000010110100010010001010011101011010011101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C985A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C985A2; }

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

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

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

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

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

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

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

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