#c6a9d8

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

Shades of Perfume #C6A9D8

Tints of Perfume #C6A9D8

Color information

#C6A9D8 (or 0xC6A9D8) is unknown color: approx Perfume. HEX triplet: C6, A9 and D8. RGB value is (198,169,216). Sum of RGB (Red+Green+Blue) = 198+169+216=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #C6A9D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A9D8 is #395627. Grayscale: #B6B6B6. Windows color (decimal): -3757608 or 14199238. OLE color: 14199238.

HSL color Cylindrical-coordinate representation of color #C6A9D8: hue angle of 277.02º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6A9D8 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198169216-
CMYK0.080.2200.15
HSL277.02º37.6%75.49%-
HSV(B)277.02º21.76%84.71%-
XYZ49.8745.3471.09-
YUV183.03146.61138.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.96%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 216 (84.77% from 255) = 37.05%
R=33.96%
G=28.99%
B=37.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981692160.080.2200.15277.0237.675.49
HexC6A9D88160F115264b
Octal306251330102601742546113
Binary110001101010100111011000100010110011111000101011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6a9d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6a9d8; }

 p { color: rgb(198,169,216); }

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

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

 a { background-color: rgb(198,169,216); }

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

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

 span { border-color: rgb(198,169,216); }

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