Html Css Color HEX #C5A3B2 Lily

📋 copy color: '#C5A3B2'

red 197 ◦ green 163 ◦ blue 178

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

Shades of Lily #C5A3B2

Tints of Lily #C5A3B2

RGB

 RED value IS 197 (77.34% from 255) = 36.62%

 GREEN value IS 163 (64.06% from 255) = 30.3%

 BLUE value IS 178 (69.92% from 255) = 33.09%

R = 36.62%
G = 30.3%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C5A3B2 (or 0xC5A3B2) is known color: Lily. HEX triplet: C5, A3 and B2. RGB value is (197,163,178). Sum of RGB (Red+Green+Blue) = 197+163+178=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A3B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A3B2 is #3A5C4D. Grayscale: #AEAEAE. Windows color (decimal): -3824718 or 11707333. OLE color: 11707333.

HSL color Cylindrical-coordinate representation of color #C5A3B2: hue angle of 333.53º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5A3B2 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 163 178 -
CMYK 0 0.17 0.10 0.23
HSL 333.53º 0.23% 0.71% -
HSV(B) 333.53º 0.17% 0.77% -
XYZ 44.16 41.28 47.76 -
YUV 174.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 197 163 178 0 0.17 0.10 0.23 333.53 0.23 0.71
Hex C5 A3 B2 0 11 A 17 14E 17 47
Octal 305 243 262 0 21 12 27 516 27 107
Binary 11000101 10100011 10110010 0 10001 1010 10111 101001110 10111 1000111

Color Harmonies of #C5A3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A3B2

Black with #C5A3B2

Text Example


Text Example

White with #C5A3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A3B2; }

 p { color: rgb(197,163,178); }

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

background-color css

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

 a { background-color: rgb(197,163,178); }

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

border-color css

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

 span { border-color: rgb(197,163,178); }

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