#C1848A

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

Shades of Puce #C1848A

Tints of Puce #C1848A

Color information

#C1848A (or 0xC1848A) is unknown color: approx Puce. HEX triplet: C1, 84 and 8A. RGB value is (193,132,138). Sum of RGB (Red+Green+Blue) = 193+132+138=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1848A is #3E7B75. Grayscale: #969696. Windows color (decimal): -4094838 or 9077953. OLE color: 9077953.

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

Color convert

RGB193132138-
CMYK00.320.280.24
HSL354.1º32.97%63.73%-
HSV(B)354.1º31.61%75.69%-
XYZ34.8329.6727.94-
YUV150.92120.71158.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=41.68%
G=28.51%
B=29.81%

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
Decimal19313213800.320.280.24354.132.9763.73
HexC1848A0201C181622140
Octal301204212040343054241100
Binary110000011000010010001010010000011100110001011000101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1848A; }

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

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

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

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

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

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

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

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