#C8A9DC

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

Shades of Perfume #C8A9DC

Tints of Perfume #C8A9DC

Color information

#C8A9DC (or 0xC8A9DC) is unknown color: approx Perfume. HEX triplet: C8, A9 and DC. RGB value is (200,169,220). Sum of RGB (Red+Green+Blue) = 200+169+220=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9DC is #375623. Grayscale: #B7B7B7. Windows color (decimal): -3626532 or 14461384. OLE color: 14461384.

HSL color Cylindrical-coordinate representation of color #C8A9DC: hue angle of 276.47º 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 #C8A9DC is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200169220-
CMYK0.090.2300.14
HSL276.47º42.15%76.27%-
HSV(B)276.47º23.18%86.27%-
XYZ50.9345.8273.87-
YUV184.08148.27139.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.96%
GREEN value IS 169 (66.41% from 255) = 28.69%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=33.96%
G=28.69%
B=37.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001692200.090.2300.14276.4742.1576.27
HexC8A9DC9170E1142a4c
Octal310251334112701642452114
Binary110010001010100111011100100110111011101000101001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A9DC; }

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

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

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

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

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

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

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

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