#C0ABCF

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

Shades of Perfume #C0ABCF

Tints of Perfume #C0ABCF

Color information

#C0ABCF (or 0xC0ABCF) is unknown color: approx Perfume. HEX triplet: C0, AB and CF. RGB value is (192,171,207). Sum of RGB (Red+Green+Blue) = 192+171+207=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABCF is #3F5430. Grayscale: #B5B5B5. Windows color (decimal): -4150321 or 13609920. OLE color: 13609920.

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

Color convert

RGB192171207-
CMYK0.070.1700.19
HSL275º27.27%74.12%-
HSV(B)275º17.39%81.18%-
XYZ47.5644.8465.18-
YUV181.38142.46135.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=33.68%
G=30%
B=36.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921712070.070.1700.1927527.2774.12
HexC0ABCF7110131131b4a
Octal30025331772102342333112
Binary11000000101010111100111111110001010011100010011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABCF; }

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

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

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

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

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

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

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

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