#C6868E

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

Shades of Puce #C6868E

Tints of Puce #C6868E

Color information

#C6868E (or 0xC6868E) is unknown color: approx Puce. HEX triplet: C6, 86 and 8E. RGB value is (198,134,142). Sum of RGB (Red+Green+Blue) = 198+134+142=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6868E is #397971. Grayscale: #9A9A9A. Windows color (decimal): -3766642 or 9340614. OLE color: 9340614.

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

Color convert

RGB198134142-
CMYK00.320.280.22
HSL352.5º35.96%65.1%-
HSV(B)352.5º32.32%77.65%-
XYZ36.731.0129.64-
YUV154.05121.2159.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=41.77%
G=28.27%
B=29.96%

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
Decimal19813414200.320.280.22352.535.9665.1
HexC6868E0201C161602441
Octal306206216040342654044101
Binary110001101000011010001110010000011100101101011000001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6868E; }

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

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

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

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

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

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

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

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