#C6808E

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

Shades of Puce #C6808E

Tints of Puce #C6808E

Color information

#C6808E (or 0xC6808E) is unknown color: approx Puce. HEX triplet: C6, 80 and 8E. RGB value is (198,128,142). Sum of RGB (Red+Green+Blue) = 198+128+142=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6808E is #397F71. Grayscale: #969696. Windows color (decimal): -3768178 or 9339078. OLE color: 9339078.

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

Color convert

RGB198128142-
CMYK00.350.280.22
HSL348º38.04%63.92%-
HSV(B)348º35.35%77.65%-
XYZ35.8929.429.37-
YUV150.53123.19161.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.31%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 142 (55.86% from 255) = 30.34%
R=42.31%
G=27.35%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812814200.350.280.2234838.0463.92
HexC6808E0231C1615c2640
Octal306200216043342653446100
Binary110001101000000010001110010001111100101101010111001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6808E; }

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

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

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

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

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

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

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

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