#C2829A

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

Shades of Puce #C2829A

Tints of Puce #C2829A

Color information

#C2829A (or 0xC2829A) is unknown color: approx Puce. HEX triplet: C2, 82 and 9A. RGB value is (194,130,154). Sum of RGB (Red+Green+Blue) = 194+130+154=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2829A is #3D7D65. Grayscale: #979797. Windows color (decimal): -4029798 or 10126018. OLE color: 10126018.

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

Color convert

RGB194130154-
CMYK00.330.210.24
HSL337.5º34.41%63.53%-
HSV(B)337.5º32.99%76.08%-
XYZ36.0629.7734.42-
YUV151.87129.2158.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=40.59%
G=27.20%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413015400.330.210.24337.534.4163.53
HexC2829A02115181522240
Octal302202232041253052242100
Binary110000101000001010011010010000110101110001010100101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2829A; }

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

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

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

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

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

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

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

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