Html Css Color HEX #C2A0B5 Lily

📋 copy color: '#C2A0B5'

red 194 ◦ green 160 ◦ blue 181

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

Shades of Lily #C2A0B5

Tints of Lily #C2A0B5

RGB

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

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

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

R = 36.26%
G = 29.91%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C2A0B5 (or 0xC2A0B5) is known color: Lily. HEX triplet: C2, A0 and B5. RGB value is (194,160,181). Sum of RGB (Red+Green+Blue) = 194+160+181=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A0B5 is #3D5F4A. Grayscale: #ACACAC. Windows color (decimal): -4022091 or 11903170. OLE color: 11903170.

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

Color convert

RGB 194 160 181 -
CMYK 0 0.18 0.07 0.24
HSL 322.94º 0.22% 0.69% -
HSV(B) 322.94º 0.18% 0.76% -
XYZ 43.16 39.95 49.15 -
YUV 172.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 194 160 181 0 0.18 0.07 0.24 322.94 0.22 0.69
Hex C2 A0 B5 0 12 7 18 143 16 45
Octal 302 240 265 0 22 7 30 503 26 105
Binary 11000010 10100000 10110101 0 10010 111 11000 101000011 10110 1000101

Color Harmonies of #C2A0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A0B5

Black with #C2A0B5

Text Example


Text Example

White with #C2A0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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