#C3819C

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

Shades of Puce #C3819C

Tints of Puce #C3819C

Color information

#C3819C (or 0xC3819C) is unknown color: approx Puce. HEX triplet: C3, 81 and 9C. RGB value is (195,129,156). Sum of RGB (Red+Green+Blue) = 195+129+156=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C3819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3819C is #3C7E63. Grayscale: #979797. Windows color (decimal): -3964516 or 10256835. OLE color: 10256835.

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

Color convert

RGB195129156-
CMYK00.340.200.24
HSL335.45º35.48%63.53%-
HSV(B)335.45º33.85%76.47%-
XYZ36.3629.735.27-
YUV151.81130.37158.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 129 (50.78% from 255) = 26.88%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=40.62%
G=26.88%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512915600.340.200.24335.4535.4863.53
HexC3819C022141814f2340
Octal303201234042243051743100
Binary110000111000000110011100010001010100110001010011111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3819C; }

 p { color: rgb(195,129,156); }

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

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

 a { background-color: rgb(195,129,156); }

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

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

 span { border-color: rgb(195,129,156); }

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