Html Css Color HEX #C2A6B5 Lily

📋 copy color: '#C2A6B5'

red 194 ◦ green 166 ◦ blue 181

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

Shades of Lily #C2A6B5

Tints of Lily #C2A6B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.46%

R = 35.86%
G = 30.68%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C2A6B5 (or 0xC2A6B5) is known color: Lily. HEX triplet: C2, A6 and B5. RGB value is (194,166,181). Sum of RGB (Red+Green+Blue) = 194+166+181=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6B5 is #3D594A. Grayscale: #B0B0B0. Windows color (decimal): -4020555 or 11904706. OLE color: 11904706.

HSL color Cylindrical-coordinate representation of color #C2A6B5: hue angle of 327.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2A6B5 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 181 -
CMYK 0 0.14 0.07 0.24
HSL 327.86º 0.19% 0.71% -
HSV(B) 327.86º 0.14% 0.76% -
XYZ 44.22 42.08 49.51 -
YUV 176.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 194 166 181 0 0.14 0.07 0.24 327.86 0.19 0.71
Hex C2 A6 B5 0 E 7 18 148 13 47
Octal 302 246 265 0 16 7 30 510 23 107
Binary 11000010 10100110 10110101 0 1110 111 11000 101001000 10011 1000111

Color Harmonies of #C2A6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6B5

Black with #C2A6B5

Text Example


Text Example

White with #C2A6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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