#C6868D

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

Shades of Puce #C6868D

Tints of Puce #C6868D

Color information

#C6868D (or 0xC6868D) is unknown color: approx Puce. HEX triplet: C6, 86 and 8D. RGB value is (198,134,141). Sum of RGB (Red+Green+Blue) = 198+134+141=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6868D is #397972. Grayscale: #999999. Windows color (decimal): -3766643 or 9275078. OLE color: 9275078.

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

Color convert

RGB198134141-
CMYK00.320.290.22
HSL353.44º35.96%65.1%-
HSV(B)353.44º32.32%77.65%-
XYZ36.6230.9829.25-
YUV153.93120.7159.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.86%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=41.86%
G=28.33%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813414100.320.290.22353.4435.9665.1
HexC6868D0201D161612441
Octal306206215040352654144101
Binary110001101000011010001101010000011101101101011000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6868D; }

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

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

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

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

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

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

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

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