#C6B0D8

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

Shades of Perfume #C6B0D8

Tints of Perfume #C6B0D8

Color information

#C6B0D8 (or 0xC6B0D8) is unknown color: approx Perfume. HEX triplet: C6, B0 and D8. RGB value is (198,176,216). Sum of RGB (Red+Green+Blue) = 198+176+216=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 216 - color contains mainly: blue. Hex color #C6B0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B0D8 is #394F27. Grayscale: #BABABA. Windows color (decimal): -3755816 or 14201030. OLE color: 14201030.

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

Color convert

RGB198176216-
CMYK0.080.1900.15
HSL273º33.9%76.86%-
HSV(B)273º18.52%84.71%-
XYZ51.2148.0171.53-
YUV187.14144.29135.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 176 (69.14% from 255) = 29.83%
BLUE value IS 216 (84.77% from 255) = 36.61%
R=33.56%
G=29.83%
B=36.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981762160.080.1900.1527333.976.86
HexC6B0D88130F111224d
Octal306260330102301742142115
Binary110001101011000011011000100010011011111000100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B0D8; }

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

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

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

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

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

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

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

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