#C3828C

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

Shades of Puce #C3828C

Tints of Puce #C3828C

Color information

#C3828C (or 0xC3828C) is unknown color: approx Puce. HEX triplet: C3, 82 and 8C. RGB value is (195,130,140). Sum of RGB (Red+Green+Blue) = 195+130+140=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3828C is #3C7D73. Grayscale: #969696. Windows color (decimal): -3964276 or 9208515. OLE color: 9208515.

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

Color convert

RGB195130140-
CMYK00.330.280.24
HSL350.77º35.14%63.73%-
HSV(B)350.77º33.33%76.47%-
XYZ35.2229.4628.64-
YUV150.58122.03159.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=41.94%
G=27.96%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513014000.330.280.24350.7735.1463.73
HexC3828C0211C1815f2340
Octal303202214041343053743100
Binary110000111000001010001100010000111100110001010111111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3828C; }

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

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

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

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

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

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

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

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