#C8ABE0

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

Shades of Perfume #C8ABE0

Tints of Perfume #C8ABE0

Color information

#C8ABE0 (or 0xC8ABE0) is unknown color: approx Perfume. HEX triplet: C8, AB and E0. RGB value is (200,171,224). Sum of RGB (Red+Green+Blue) = 200+171+224=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABE0 is #37541F. Grayscale: #B9B9B9. Windows color (decimal): -3626016 or 14724040. OLE color: 14724040.

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

Color convert

RGB200171224-
CMYK0.110.2400.12
HSL272.83º46.09%77.45%-
HSV(B)272.83º23.66%87.84%-
XYZ51.8446.7976.82-
YUV185.71149.61138.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.61%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 224 (87.89% from 255) = 37.65%
R=33.61%
G=28.74%
B=37.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001712240.110.2400.12272.8346.0977.45
HexC8ABE0B180C1112e4d
Octal310253340133001442156115
Binary110010001010101111100000101111000011001000100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABE0; }

 p { color: rgb(200,171,224); }

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

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

 a { background-color: rgb(200,171,224); }

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

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

 span { border-color: rgb(200,171,224); }

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