#C0ADCE

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

Shades of Perfume #C0ADCE

Tints of Perfume #C0ADCE

Color information

#C0ADCE (or 0xC0ADCE) is unknown color: approx Perfume. HEX triplet: C0, AD and CE. RGB value is (192,173,206). Sum of RGB (Red+Green+Blue) = 192+173+206=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADCE is #3F5231. Grayscale: #B6B6B6. Windows color (decimal): -4149810 or 13544896. OLE color: 13544896.

HSL color Cylindrical-coordinate representation of color #C0ADCE: hue angle of 274.55º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0ADCE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192173206-
CMYK0.070.1600.19
HSL274.55º25.19%74.31%-
HSV(B)274.55º16.02%80.78%-
XYZ47.8245.5564.66-
YUV182.44141.29134.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=33.63%
G=30.30%
B=36.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921732060.070.1600.19274.5525.1974.31
HexC0ADCE710013113194a
Octal30025531672002342331112
Binary11000000101011011100111011110000010011100010011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADCE; }

 p { color: rgb(192,173,206); }

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

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

 a { background-color: rgb(192,173,206); }

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

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

 span { border-color: rgb(192,173,206); }

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