#C0A9DB

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

Shades of Perfume #C0A9DB

Tints of Perfume #C0A9DB

Color information

#C0A9DB (or 0xC0A9DB) is unknown color: approx Perfume. HEX triplet: C0, A9 and DB. RGB value is (192,169,219). Sum of RGB (Red+Green+Blue) = 192+169+219=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0A9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9DB is #3F5624. Grayscale: #B5B5B5. Windows color (decimal): -4150821 or 14395840. OLE color: 14395840.

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

Color convert

RGB192169219-
CMYK0.120.2300.14
HSL267.6º40.98%76.08%-
HSV(B)267.6º22.83%85.88%-
XYZ48.7144.773.08-
YUV181.58149.12135.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 169 (66.41% from 255) = 29.14%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=33.10%
G=29.14%
B=37.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921692190.120.2300.14267.640.9876.08
HexC0A9DBC170E10c294c
Octal300251333142701641451114
Binary110000001010100111011011110010111011101000011001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A9DB; }

 p { color: rgb(192,169,219); }

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

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

 a { background-color: rgb(192,169,219); }

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

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

 span { border-color: rgb(192,169,219); }

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