#C6848C

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

Shades of Puce #C6848C

Tints of Puce #C6848C

Color information

#C6848C (or 0xC6848C) is unknown color: approx Puce. HEX triplet: C6, 84 and 8C. RGB value is (198,132,140). Sum of RGB (Red+Green+Blue) = 198+132+140=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6848C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6848C is #397B73. Grayscale: #989898. Windows color (decimal): -3767156 or 9209030. OLE color: 9209030.

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

Color convert

RGB198132140-
CMYK00.330.290.22
HSL352.73º36.67%64.71%-
HSV(B)352.73º33.33%77.65%-
XYZ36.2730.428.77-
YUV152.65120.87160.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.13%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=42.13%
G=28.09%
B=29.79%

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
Decimal19813214000.330.290.22352.7336.6764.71
HexC6848C0211D161612541
Octal306204214041352654145101
Binary110001101000010010001100010000111101101101011000011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6848C; }

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

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

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

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

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

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

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

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