Html Css Color HEX #C2A5BA Lily

📋 copy color: '#C2A5BA'

red 194 ◦ green 165 ◦ blue 186

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

Shades of Lily #C2A5BA

Tints of Lily #C2A5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.28%

 BLUE value IS 186 (73.05% from 255) = 34.13%

R = 35.6%
G = 30.28%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C2A5BA (or 0xC2A5BA) is known color: Lily. HEX triplet: C2, A5 and BA. RGB value is (194,165,186). Sum of RGB (Red+Green+Blue) = 194+165+186=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A5BA is #3D5A45. Grayscale: #B0B0B0. Windows color (decimal): -4020806 or 12232130. OLE color: 12232130.

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

Color convert

RGB 194 165 186 -
CMYK 0 0.15 0.04 0.24
HSL 316.55º 0.19% 0.7% -
HSV(B) 316.55º 0.15% 0.76% -
XYZ 44.57 41.92 52.2 -
YUV 176.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 194 165 186 0 0.15 0.04 0.24 316.55 0.19 0.7
Hex C2 A5 BA 0 F 4 18 13D 13 46
Octal 302 245 272 0 17 4 30 475 23 106
Binary 11000010 10100101 10111010 0 1111 100 11000 100111101 10011 1000110

Color Harmonies of #C2A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A5BA

Black with #C2A5BA

Text Example


Text Example

White with #C2A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A5BA; }

 p { color: rgb(194,165,186); }

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

background-color css

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

 a { background-color: rgb(194,165,186); }

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

border-color css

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

 span { border-color: rgb(194,165,186); }

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