#C6858F

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

Shades of Puce #C6858F

Tints of Puce #C6858F

Color information

#C6858F (or 0xC6858F) is unknown color: approx Puce. HEX triplet: C6, 85 and 8F. RGB value is (198,133,143). Sum of RGB (Red+Green+Blue) = 198+133+143=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6858F is #397A70. Grayscale: #999999. Windows color (decimal): -3766897 or 9405894. OLE color: 9405894.

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

Color convert

RGB198133143-
CMYK00.330.280.22
HSL350.77º36.31%64.9%-
HSV(B)350.77º32.83%77.65%-
XYZ36.6330.7629.99-
YUV153.57122.03159.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 143 (56.25% from 255) = 30.17%
R=41.77%
G=28.06%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813314300.330.280.22350.7736.3164.9
HexC6858F0211C1615f2441
Octal306205217041342653744101
Binary110001101000010110001111010000111100101101010111111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6858F; }

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

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

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

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

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

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

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

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