#C3849B

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

Shades of Puce #C3849B

Tints of Puce #C3849B

Color information

#C3849B (or 0xC3849B) is unknown color: approx Puce. HEX triplet: C3, 84 and 9B. RGB value is (195,132,155). Sum of RGB (Red+Green+Blue) = 195+132+155=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3849B is #3C7B64. Grayscale: #999999. Windows color (decimal): -3963749 or 10192067. OLE color: 10192067.

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

Color convert

RGB195132155-
CMYK00.320.210.24
HSL338.1º34.43%64.12%-
HSV(B)338.1º32.31%76.47%-
XYZ36.6730.4734.96-
YUV153.46128.87157.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=40.46%
G=27.39%
B=32.16%

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
Decimal19513215500.320.210.24338.134.4364.12
HexC3849B02015181522240
Octal303204233040253052242100
Binary110000111000010010011011010000010101110001010100101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3849B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3849B; }

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

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

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

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

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

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

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

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