#C0A6D8

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

Shades of Perfume #C0A6D8

Tints of Perfume #C0A6D8

Color information

#C0A6D8 (or 0xC0A6D8) is unknown color: approx Perfume. HEX triplet: C0, A6 and D8. RGB value is (192,166,216). Sum of RGB (Red+Green+Blue) = 192+166+216=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #C0A6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A6D8 is #3F5927. Grayscale: #B3B3B3. Windows color (decimal): -4151592 or 14198464. OLE color: 14198464.

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

Color convert

RGB192166216-
CMYK0.110.2300.15
HSL271.2º39.06%74.9%-
HSV(B)271.2º23.15%84.71%-
XYZ47.7743.4470.83-
YUV179.47148.61136.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 166 (65.23% from 255) = 28.92%
BLUE value IS 216 (84.77% from 255) = 37.63%
R=33.45%
G=28.92%
B=37.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921662160.110.2300.15271.239.0674.9
HexC0A6D8B170F10f274b
Octal300246330132701741747113
Binary110000001010011011011000101110111011111000011111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A6D8; }

 p { color: rgb(192,166,216); }

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

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

 a { background-color: rgb(192,166,216); }

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

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

 span { border-color: rgb(192,166,216); }

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