Html Css Color HEX #C2A6DC Perfume

📋 copy color: '#C2A6DC'

red 194 ◦ green 166 ◦ blue 220

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

Shades of Perfume #C2A6DC

Tints of Perfume #C2A6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.62%

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 33.45%
G = 28.62%
B = 37.93%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2A6DC (or 0xC2A6DC) is known color: Perfume. HEX triplet: C2, A6 and DC. RGB value is (194,166,220). Sum of RGB (Red+Green+Blue) = 194+166+220=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6DC is #3D5923. Grayscale: #B4B4B4. Windows color (decimal): -4020516 or 14460610. OLE color: 14460610.

HSL color Cylindrical-coordinate representation of color #C2A6DC: hue angle of 271.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2A6DC is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 166 220 -
CMYK 0.12 0.25 0 0.14
HSL 271.11º 0.44% 0.76% -
HSV(B) 271.11º 0.25% 0.86% -
XYZ 48.8 43.91 73.61 -
YUV 180.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 194 166 220 0.12 0.25 0 0.14 271.11 0.44 0.76
Hex C2 A6 DC C 19 0 E 10F 2C 4C
Octal 302 246 334 14 31 0 16 417 54 114
Binary 11000010 10100110 11011100 1100 11001 0 1110 100001111 101100 1001100

Color Harmonies of #C2A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6DC

Black with #C2A6DC

Text Example


Text Example

White with #C2A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6DC; }

 p { color: rgb(194,166,220); }

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

background-color css

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

 a { background-color: rgb(194,166,220); }

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

border-color css

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

 span { border-color: rgb(194,166,220); }

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