#C6818E

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

Shades of Puce #C6818E

Tints of Puce #C6818E

Color information

#C6818E (or 0xC6818E) is unknown color: approx Puce. HEX triplet: C6, 81 and 8E. RGB value is (198,129,142). Sum of RGB (Red+Green+Blue) = 198+129+142=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6818E is #397E71. Grayscale: #979797. Windows color (decimal): -3767922 or 9339334. OLE color: 9339334.

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

Color convert

RGB198129142-
CMYK00.350.280.22
HSL348.7º37.7%64.12%-
HSV(B)348.7º34.85%77.65%-
XYZ36.0229.6629.42-
YUV151.11122.86161.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=42.22%
G=27.51%
B=30.28%

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
Decimal19812914200.350.280.22348.737.764.12
HexC6818E0231C1615d2640
Octal306201216043342653546100
Binary110001101000000110001110010001111100101101010111011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6818E; }

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

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

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

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

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

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

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

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