#C3849A

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

Shades of Puce #C3849A

Tints of Puce #C3849A

Color information

#C3849A (or 0xC3849A) is unknown color: approx Puce. HEX triplet: C3, 84 and 9A. RGB value is (195,132,154). Sum of RGB (Red+Green+Blue) = 195+132+154=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3849A is #3C7B65. Grayscale: #999999. Windows color (decimal): -3963750 or 10126531. OLE color: 10126531.

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

Color convert

RGB195132154-
CMYK00.320.210.24
HSL339.05º34.43%64.12%-
HSV(B)339.05º32.31%76.47%-
XYZ36.5930.4434.52-
YUV153.34128.37157.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=40.54%
G=27.44%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513215400.320.210.24339.0534.4364.12
HexC3849A02015181532240
Octal303204232040253052342100
Binary110000111000010010011010010000010101110001010100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3849A; }

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

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

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

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

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

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

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

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