#C3848C

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

Shades of Puce #C3848C

Tints of Puce #C3848C

Color information

#C3848C (or 0xC3848C) is unknown color: approx Puce. HEX triplet: C3, 84 and 8C. RGB value is (195,132,140). Sum of RGB (Red+Green+Blue) = 195+132+140=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3848C is #3C7B73. Grayscale: #979797. Windows color (decimal): -3963764 or 9209027. OLE color: 9209027.

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

Color convert

RGB195132140-
CMYK00.320.280.24
HSL352.38º34.43%64.12%-
HSV(B)352.38º32.31%76.47%-
XYZ35.493028.73-
YUV151.75121.37158.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=41.76%
G=28.27%
B=29.98%

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
Decimal19513214000.320.280.24352.3834.4364.12
HexC3848C0201C181602240
Octal303204214040343054042100
Binary110000111000010010001100010000011100110001011000001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3848C; }

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

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

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

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

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

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

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

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