Html Css Color HEX #C2A6D5 Perfume

📋 copy color: '#C2A6D5'

red 194 ◦ green 166 ◦ blue 213

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

Shades of Perfume #C2A6D5

Tints of Perfume #C2A6D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.17%

R = 33.86%
G = 28.97%
B = 37.17%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C2A6D5 (or 0xC2A6D5) is known color: Perfume. HEX triplet: C2, A6 and D5. RGB value is (194,166,213). Sum of RGB (Red+Green+Blue) = 194+166+213=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2A6D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6D5 is #3D592A. Grayscale: #B3B3B3. Windows color (decimal): -4020523 or 14001858. OLE color: 14001858.

HSL color Cylindrical-coordinate representation of color #C2A6D5: hue angle of 275.74º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2A6D5 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 166 213 -
CMYK 0.09 0.22 0 0.16
HSL 275.74º 0.36% 0.74% -
HSV(B) 275.74º 0.22% 0.84% -
XYZ 47.89 43.55 68.83 -
YUV 179.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 194 166 213 0.09 0.22 0 0.16 275.74 0.36 0.74
Hex C2 A6 D5 9 16 0 10 114 24 4A
Octal 302 246 325 11 26 0 20 424 44 112
Binary 11000010 10100110 11010101 1001 10110 0 10000 100010100 100100 1001010

Color Harmonies of #C2A6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6D5

Black with #C2A6D5

Text Example


Text Example

White with #C2A6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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