Html Css Color HEX #C5A0BB Lily

📋 copy color: '#C5A0BB'

red 197 ◦ green 160 ◦ blue 187

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

Shades of Lily #C5A0BB

Tints of Lily #C5A0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.38%

R = 36.21%
G = 29.41%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C5A0BB (or 0xC5A0BB) is known color: Lily. HEX triplet: C5, A0 and BB. RGB value is (197,160,187). Sum of RGB (Red+Green+Blue) = 197+160+187=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A0BB is #3A5F44. Grayscale: #AEAEAE. Windows color (decimal): -3825477 or 12296389. OLE color: 12296389.

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

Color convert

RGB 197 160 187 -
CMYK 0 0.19 0.05 0.23
HSL 316.22º 0.24% 0.7% -
HSV(B) 316.22º 0.19% 0.77% -
XYZ 44.57 40.6 52.5 -
YUV 174.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 197 160 187 0 0.19 0.05 0.23 316.22 0.24 0.7
Hex C5 A0 BB 0 13 5 17 13C 18 46
Octal 305 240 273 0 23 5 27 474 30 106
Binary 11000101 10100000 10111011 0 10011 101 10111 100111100 11000 1000110

Color Harmonies of #C5A0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A0BB

Black with #C5A0BB

Text Example


Text Example

White with #C5A0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A0BB; }

 p { color: rgb(197,160,187); }

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

background-color css

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

 a { background-color: rgb(197,160,187); }

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

border-color css

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

 span { border-color: rgb(197,160,187); }

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