#C3848D

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

Shades of Puce #C3848D

Tints of Puce #C3848D

Color information

#C3848D (or 0xC3848D) is unknown color: approx Puce. HEX triplet: C3, 84 and 8D. RGB value is (195,132,141). Sum of RGB (Red+Green+Blue) = 195+132+141=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3848D is #3C7B72. Grayscale: #979797. Windows color (decimal): -3963763 or 9274563. OLE color: 9274563.

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

Color convert

RGB195132141-
CMYK00.320.280.24
HSL351.43º34.43%64.12%-
HSV(B)351.43º32.31%76.47%-
XYZ35.5630.0329.12-
YUV151.86121.87158.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=41.67%
G=28.21%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513214100.320.280.24351.4334.4364.12
HexC3848D0201C1815f2240
Octal303204215040343053742100
Binary110000111000010010001101010000011100110001010111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3848D; }

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

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

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

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

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

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

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

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