#C3849C

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

Shades of Puce #C3849C

Tints of Puce #C3849C

Color information

#C3849C (or 0xC3849C) is unknown color: approx Puce. HEX triplet: C3, 84 and 9C. RGB value is (195,132,156). Sum of RGB (Red+Green+Blue) = 195+132+156=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3849C is #3C7B63. Grayscale: #999999. Windows color (decimal): -3963748 or 10257603. OLE color: 10257603.

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

Color convert

RGB195132156-
CMYK00.320.200.24
HSL337.14º34.43%64.12%-
HSV(B)337.14º32.31%76.47%-
XYZ36.7630.535.4-
YUV153.57129.37157.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=40.37%
G=27.33%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513215600.320.200.24337.1434.4364.12
HexC3849C02014181512240
Octal303204234040243052142100
Binary110000111000010010011100010000010100110001010100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3849C; }

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

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

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

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

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

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

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

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