#CBA6EC

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

Shades of Perfume #CBA6EC

Tints of Perfume #CBA6EC

Color information

#CBA6EC (or 0xCBA6EC) is unknown color: approx Perfume. HEX triplet: CB, A6 and EC. RGB value is (203,166,236). Sum of RGB (Red+Green+Blue) = 203+166+236=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA6EC is #345913. Grayscale: #B8B8B8. Windows color (decimal): -3430676 or 15509195. OLE color: 15509195.

HSL color Cylindrical-coordinate representation of color #CBA6EC: hue angle of 271.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA6EC is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203166236-
CMYK0.140.3000.07
HSL271.71º64.81%78.82%-
HSV(B)271.71º29.66%92.55%-
XYZ53.4146.0385.43-
YUV185.04156.76140.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 166 (65.23% from 255) = 27.44%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=33.55%
G=27.44%
B=39.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031662360.140.3000.07271.7164.8178.82
HexCBA6ECE1E07110414f
Octal313246354163607420101117
Binary110010111010011011101100111011110011110001000010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6EC; }

 p { color: rgb(203,166,236); }

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

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

 a { background-color: rgb(203,166,236); }

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

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

 span { border-color: rgb(203,166,236); }

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