#C0A2D4

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

Shades of Perfume #C0A2D4

Tints of Perfume #C0A2D4

Color information

#C0A2D4 (or 0xC0A2D4) is unknown color: approx Perfume. HEX triplet: C0, A2 and D4. RGB value is (192,162,212). Sum of RGB (Red+Green+Blue) = 192+162+212=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #C0A2D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A2D4 is #3F5D2B. Grayscale: #B0B0B0. Windows color (decimal): -4152620 or 13935296. OLE color: 13935296.

HSL color Cylindrical-coordinate representation of color #C0A2D4: hue angle of 276º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A2D4 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192162212-
CMYK0.090.2400.17
HSL276º36.76%73.33%-
HSV(B)276º23.58%83.14%-
XYZ46.5441.867.9-
YUV176.67147.94138.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 162 (63.67% from 255) = 28.62%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=33.92%
G=28.62%
B=37.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921622120.090.2400.1727636.7673.33
HexC0A2D49180111142549
Octal300242324113002142445111
Binary1100000010100010110101001001110000100011000101001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A2D4; }

 p { color: rgb(192,162,212); }

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

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

 a { background-color: rgb(192,162,212); }

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

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

 span { border-color: rgb(192,162,212); }

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