#C3848B

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

Shades of Puce #C3848B

Tints of Puce #C3848B

Color information

#C3848B (or 0xC3848B) is unknown color: approx Puce. HEX triplet: C3, 84 and 8B. RGB value is (195,132,139). Sum of RGB (Red+Green+Blue) = 195+132+139=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3848B is #3C7B74. Grayscale: #979797. Windows color (decimal): -3963765 or 9143491. OLE color: 9143491.

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

Color convert

RGB195132139-
CMYK00.320.290.24
HSL353.33º34.43%64.12%-
HSV(B)353.33º32.31%76.47%-
XYZ35.4229.9728.34-
YUV151.64120.87158.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=41.85%
G=28.33%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513213900.320.290.24353.3334.4364.12
HexC3848B0201D181612240
Octal303204213040353054142100
Binary110000111000010010001011010000011101110001011000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3848B; }

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

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

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

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

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

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

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

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