Html Css Color HEX #C2A0EC Perfume

📋 copy color: '#C2A0EC'

red 194 ◦ green 160 ◦ blue 236

#C2A0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C2A0EC

Tints of Perfume #C2A0EC

RGB

 RED value IS 194 (76.17% from 255) = 32.88%

 GREEN value IS 160 (62.89% from 255) = 27.12%

 BLUE value IS 236 (92.58% from 255) = 40%

R = 32.88%
G = 27.12%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2A0EC (or 0xC2A0EC) is known color: Perfume. HEX triplet: C2, A0 and EC. RGB value is (194,160,236). Sum of RGB (Red+Green+Blue) = 194+160+236=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2A0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A0EC is #3D5F13. Grayscale: #B2B2B2. Windows color (decimal): -4022036 or 15507650. OLE color: 15507650.

HSL color Cylindrical-coordinate representation of color #C2A0EC: hue angle of 266.84º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2A0EC is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 160 236 -
CMYK 0.18 0.32 0 0.07
HSL 266.84º 0.67% 0.78% -
HSV(B) 266.84º 0.32% 0.93% -
XYZ 49.96 42.67 84.96 -
YUV 178.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 194 160 236 0.18 0.32 0 0.07 266.84 0.67 0.78
Hex C2 A0 EC 12 20 0 7 10B 43 4E
Octal 302 240 354 22 40 0 7 413 103 116
Binary 11000010 10100000 11101100 10010 100000 0 111 100001011 1000011 1001110

Color Harmonies of #C2A0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A0EC

Black with #C2A0EC

Text Example


Text Example

White with #C2A0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A0EC; }

 p { color: rgb(194,160,236); }

 H1.HeaderClassName
 {
   color: #C2A0EC;
 }
 .AnyTagClassName
 {
   color: #C2A0EC;
 }
</style>

background-color css

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

 a { background-color: rgb(194,160,236); }

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

border-color css

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

 span { border-color: rgb(194,160,236); }

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