#C883A3

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

Shades of Puce #C883A3

Tints of Puce #C883A3

Color information

#C883A3 (or 0xC883A3) is unknown color: approx Puce. HEX triplet: C8, 83 and A3. RGB value is (200,131,163). Sum of RGB (Red+Green+Blue) = 200+131+163=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C883A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C883A3 is #377C5C. Grayscale: #9B9B9B. Windows color (decimal): -3636317 or 10716104. OLE color: 10716104.

HSL color Cylindrical-coordinate representation of color #C883A3: hue angle of 332.17º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C883A3 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB200131163-
CMYK00.340.180.22
HSL332.17º38.55%64.9%-
HSV(B)332.17º34.5%78.43%-
XYZ38.5531.1638.63-
YUV155.28132.36159.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 163 (64.06% from 255) = 33.00%
R=40.49%
G=26.52%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013116300.340.180.22332.1738.5564.9
HexC883A3022121614c2741
Octal310203243042222651447101
Binary110010001000001110100011010001010010101101010011001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C883A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C883A3; }

 p { color: rgb(200,131,163); }

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

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

 a { background-color: rgb(200,131,163); }

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

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

 span { border-color: rgb(200,131,163); }

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