#C0ABD9

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

Shades of Perfume #C0ABD9

Tints of Perfume #C0ABD9

Color information

#C0ABD9 (or 0xC0ABD9) is unknown color: approx Perfume. HEX triplet: C0, AB and D9. RGB value is (192,171,217). Sum of RGB (Red+Green+Blue) = 192+171+217=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 217 - color contains mainly: blue. Hex color #C0ABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABD9 is #3F5426. Grayscale: #B6B6B6. Windows color (decimal): -4150311 or 14265280. OLE color: 14265280.

HSL color Cylindrical-coordinate representation of color #C0ABD9: hue angle of 267.39º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0ABD9 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192171217-
CMYK0.120.2100.15
HSL267.39º37.7%76.08%-
HSV(B)267.39º21.2%85.1%-
XYZ48.8345.3471.82-
YUV182.52147.46134.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 171 (67.19% from 255) = 29.48%
BLUE value IS 217 (85.16% from 255) = 37.41%
R=33.10%
G=29.48%
B=37.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921712170.120.2100.15267.3937.776.08
HexC0ABD9C150F10b264c
Octal300253331142501741346114
Binary110000001010101111011001110010101011111000010111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABD9; }

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

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

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

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

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

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

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

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