#C7A9DC

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

Shades of Perfume #C7A9DC

Tints of Perfume #C7A9DC

Color information

#C7A9DC (or 0xC7A9DC) is unknown color: approx Perfume. HEX triplet: C7, A9 and DC. RGB value is (199,169,220). Sum of RGB (Red+Green+Blue) = 199+169+220=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A9DC is #385623. Grayscale: #B7B7B7. Windows color (decimal): -3692068 or 14461383. OLE color: 14461383.

HSL color Cylindrical-coordinate representation of color #C7A9DC: hue angle of 275.29º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7A9DC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199169220-
CMYK0.100.2300.14
HSL275.29º42.15%76.27%-
HSV(B)275.29º23.18%86.27%-
XYZ50.6645.6973.86-
YUV183.78148.44138.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.84%
GREEN value IS 169 (66.41% from 255) = 28.74%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=33.84%
G=28.74%
B=37.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991692200.100.2300.14275.2942.1576.27
HexC7A9DCA170E1132a4c
Octal307251334122701642352114
Binary110001111010100111011100101010111011101000100111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A9DC; }

 p { color: rgb(199,169,220); }

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

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

 a { background-color: rgb(199,169,220); }

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

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

 span { border-color: rgb(199,169,220); }

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