#C0A9D6

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

Shades of Perfume #C0A9D6

Tints of Perfume #C0A9D6

Color information

#C0A9D6 (or 0xC0A9D6) is unknown color: approx Perfume. HEX triplet: C0, A9 and D6. RGB value is (192,169,214). Sum of RGB (Red+Green+Blue) = 192+169+214=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0A9D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9D6 is #3F5629. Grayscale: #B4B4B4. Windows color (decimal): -4150826 or 14068160. OLE color: 14068160.

HSL color Cylindrical-coordinate representation of color #C0A9D6: hue angle of 270.67º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0A9D6 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192169214-
CMYK0.100.2100.16
HSL270.67º35.43%75.1%-
HSV(B)270.67º21.03%83.92%-
XYZ48.0644.4469.66-
YUV181.01146.62135.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.39%
GREEN value IS 169 (66.41% from 255) = 29.39%
BLUE value IS 214 (83.98% from 255) = 37.22%
R=33.39%
G=29.39%
B=37.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921692140.100.2100.16270.6735.4375.1
HexC0A9D6A1501010f234b
Octal300251326122502041743113
Binary1100000010101001110101101010101010100001000011111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A9D6; }

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

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

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

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

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

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

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

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