#C6848D

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

Shades of Puce #C6848D

Tints of Puce #C6848D

Color information

#C6848D (or 0xC6848D) is unknown color: approx Puce. HEX triplet: C6, 84 and 8D. RGB value is (198,132,141). Sum of RGB (Red+Green+Blue) = 198+132+141=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C6848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6848D is #397B72. Grayscale: #989898. Windows color (decimal): -3767155 or 9274566. OLE color: 9274566.

HSL color Cylindrical-coordinate representation of color #C6848D: hue angle of 351.82º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6848D is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198132141-
CMYK00.330.290.22
HSL351.82º36.67%64.71%-
HSV(B)351.82º33.33%77.65%-
XYZ36.3530.4329.16-
YUV152.76121.37160.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=42.04%
G=28.03%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813214100.330.290.22351.8236.6764.71
HexC6848D0211D161602541
Octal306204215041352654045101
Binary110001101000010010001101010000111101101101011000001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6848D; }

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

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

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

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

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

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

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

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