#C3829A

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

Shades of Puce #C3829A

Tints of Puce #C3829A

Color information

#C3829A (or 0xC3829A) is unknown color: approx Puce. HEX triplet: C3, 82 and 9A. RGB value is (195,130,154). Sum of RGB (Red+Green+Blue) = 195+130+154=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3829A is #3C7D65. Grayscale: #989898. Windows color (decimal): -3964262 or 10126019. OLE color: 10126019.

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

Color convert

RGB195130154-
CMYK00.330.210.24
HSL337.85º35.14%63.73%-
HSV(B)337.85º33.33%76.47%-
XYZ36.3229.934.43-
YUV152.17129.03158.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=40.71%
G=27.14%
B=32.15%

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
Decimal19513015400.330.210.24337.8535.1463.73
HexC3829A02115181522340
Octal303202232041253052243100
Binary110000111000001010011010010000110101110001010100101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3829A; }

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

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

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

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

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

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

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

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