#C683A2

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

Shades of Puce #C683A2

Tints of Puce #C683A2

Color information

#C683A2 (or 0xC683A2) is unknown color: approx Puce. HEX triplet: C6, 83 and A2. RGB value is (198,131,162). Sum of RGB (Red+Green+Blue) = 198+131+162=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C683A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C683A2 is #397C5D. Grayscale: #9A9A9A. Windows color (decimal): -3767390 or 10650566. OLE color: 10650566.

HSL color Cylindrical-coordinate representation of color #C683A2: hue angle of 332.24º degrees, saturation: 0.37, 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 #C683A2 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB198131162-
CMYK00.340.180.22
HSL332.24º37.02%64.51%-
HSV(B)332.24º33.84%77.65%-
XYZ37.9330.8538.14-
YUV154.57132.2158.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 162 (63.67% from 255) = 32.99%
R=40.33%
G=26.68%
B=32.99%

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
Decimal19813116200.340.180.22332.2437.0264.51
HexC683A2022121614c2541
Octal306203242042222651445101
Binary110001101000001110100010010001010010101101010011001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C683A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C683A2; }

 p { color: rgb(198,131,162); }

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

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

 a { background-color: rgb(198,131,162); }

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

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

 span { border-color: rgb(198,131,162); }

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