#C2829C

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

Shades of Puce #C2829C

Tints of Puce #C2829C

Color information

#C2829C (or 0xC2829C) is unknown color: approx Puce. HEX triplet: C2, 82 and 9C. RGB value is (194,130,156). Sum of RGB (Red+Green+Blue) = 194+130+156=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2829C is #3D7D63. Grayscale: #989898. Windows color (decimal): -4029796 or 10257090. OLE color: 10257090.

HSL color Cylindrical-coordinate representation of color #C2829C: hue angle of 335.62º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2829C is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB194130156-
CMYK00.330.200.24
HSL335.62º34.41%63.53%-
HSV(B)335.62º32.99%76.08%-
XYZ36.2329.8335.3-
YUV152.1130.2157.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=40.42%
G=27.08%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413015600.330.200.24335.6234.4163.53
HexC2829C02114181502240
Octal302202234041243052042100
Binary110000101000001010011100010000110100110001010100001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2829C; }

 p { color: rgb(194,130,156); }

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

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

 a { background-color: rgb(194,130,156); }

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

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

 span { border-color: rgb(194,130,156); }

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