#C6868F

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

Shades of Puce #C6868F

Tints of Puce #C6868F

Color information

#C6868F (or 0xC6868F) is unknown color: approx Puce. HEX triplet: C6, 86 and 8F. RGB value is (198,134,143). Sum of RGB (Red+Green+Blue) = 198+134+143=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6868F is #397970. Grayscale: #9A9A9A. Windows color (decimal): -3766641 or 9406150. OLE color: 9406150.

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

Color convert

RGB198134143-
CMYK00.320.280.22
HSL351.56º35.96%65.1%-
HSV(B)351.56º32.32%77.65%-
XYZ36.7731.0430.04-
YUV154.16121.7159.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 143 (56.25% from 255) = 30.11%
R=41.68%
G=28.21%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813414300.320.280.22351.5635.9665.1
HexC6868F0201C161602441
Octal306206217040342654044101
Binary110001101000011010001111010000011100101101011000001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6868F; }

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

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

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

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

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

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

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

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