#C0ABDC

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

Shades of Perfume #C0ABDC

Tints of Perfume #C0ABDC

Color information

#C0ABDC (or 0xC0ABDC) is unknown color: approx Perfume. HEX triplet: C0, AB and DC. RGB value is (192,171,220). Sum of RGB (Red+Green+Blue) = 192+171+220=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABDC is #3F5423. Grayscale: #B6B6B6. Windows color (decimal): -4150308 or 14461888. OLE color: 14461888.

HSL color Cylindrical-coordinate representation of color #C0ABDC: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0ABDC is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192171220-
CMYK0.130.2200.14
HSL265.71º41.18%76.67%-
HSV(B)265.71º22.27%86.27%-
XYZ49.2245.573.9-
YUV182.86148.96134.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.93%
GREEN value IS 171 (67.19% from 255) = 29.33%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=32.93%
G=29.33%
B=37.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921712200.130.2200.14265.7141.1876.67
HexC0ABDCD160E10a294d
Octal300253334152601641251115
Binary110000001010101111011100110110110011101000010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABDC; }

 p { color: rgb(192,171,220); }

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

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

 a { background-color: rgb(192,171,220); }

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

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

 span { border-color: rgb(192,171,220); }

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