#C0ABE1

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

Shades of Perfume #C0ABE1

Tints of Perfume #C0ABE1

Color information

#C0ABE1 (or 0xC0ABE1) is unknown color: approx Perfume. HEX triplet: C0, AB and E1. RGB value is (192,171,225). Sum of RGB (Red+Green+Blue) = 192+171+225=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0ABE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABE1 is #3F541E. Grayscale: #B7B7B7. Windows color (decimal): -4150303 or 14789568. OLE color: 14789568.

HSL color Cylindrical-coordinate representation of color #C0ABE1: hue angle of 263.33º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0ABE1 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192171225-
CMYK0.150.2400.12
HSL263.33º47.37%77.65%-
HSV(B)263.33º24%88.24%-
XYZ49.8945.7777.44-
YUV183.44151.46134.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.65%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 225 (88.28% from 255) = 38.27%
R=32.65%
G=29.08%
B=38.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921712250.150.2400.12263.3347.3777.65
HexC0ABE1F180C1072f4e
Octal300253341173001440757116
Binary110000001010101111100001111111000011001000001111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABE1; }

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

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

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

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

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

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

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

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