#C6858D

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

Shades of Puce #C6858D

Tints of Puce #C6858D

Color information

#C6858D (or 0xC6858D) is unknown color: approx Puce. HEX triplet: C6, 85 and 8D. RGB value is (198,133,141). Sum of RGB (Red+Green+Blue) = 198+133+141=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6858D is #397A72. Grayscale: #999999. Windows color (decimal): -3766899 or 9274822. OLE color: 9274822.

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

Color convert

RGB198133141-
CMYK00.330.290.22
HSL352.62º36.31%64.9%-
HSV(B)352.62º32.83%77.65%-
XYZ36.4830.729.2-
YUV153.35121.03159.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.95%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=41.95%
G=28.18%
B=29.87%

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
Decimal19813314100.330.290.22352.6236.3164.9
HexC6858D0211D161612441
Octal306205215041352654144101
Binary110001101000010110001101010000111101101101011000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6858D; }

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

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

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

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

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

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

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

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