#C3848A

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

Shades of Puce #C3848A

Tints of Puce #C3848A

Color information

#C3848A (or 0xC3848A) is unknown color: approx Puce. HEX triplet: C3, 84 and 8A. RGB value is (195,132,138). Sum of RGB (Red+Green+Blue) = 195+132+138=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3848A is #3C7B75. Grayscale: #979797. Windows color (decimal): -3963766 or 9077955. OLE color: 9077955.

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

Color convert

RGB195132138-
CMYK00.320.290.24
HSL354.29º34.43%64.12%-
HSV(B)354.29º32.31%76.47%-
XYZ35.3429.9427.96-
YUV151.52120.37159.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=41.94%
G=28.39%
B=29.68%

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
Decimal19513213800.320.290.24354.2934.4364.12
HexC3848A0201D181622240
Octal303204212040353054242100
Binary110000111000010010001010010000011101110001011000101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3848A; }

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

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

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

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

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

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

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

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