#C3829B

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

Shades of Puce #C3829B

Tints of Puce #C3829B

Color information

#C3829B (or 0xC3829B) is unknown color: approx Puce. HEX triplet: C3, 82 and 9B. RGB value is (195,130,155). Sum of RGB (Red+Green+Blue) = 195+130+155=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3829B is #3C7D64. Grayscale: #989898. Windows color (decimal): -3964261 or 10191555. OLE color: 10191555.

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

Color convert

RGB195130155-
CMYK00.330.210.24
HSL336.92º35.14%63.73%-
HSV(B)336.92º33.33%76.47%-
XYZ36.429.9334.87-
YUV152.29129.53158.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 155 (60.94% from 255) = 32.29%
R=40.62%
G=27.08%
B=32.29%

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
Decimal19513015500.330.210.24336.9235.1463.73
HexC3829B02115181512340
Octal303202233041253052143100
Binary110000111000001010011011010000110101110001010100011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3829B; }

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

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

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

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

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

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

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

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