Html Css Color HEX #C680AB Lily

📋 copy color: '#C680AB'

red 198 ◦ green 128 ◦ blue 171

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

Shades of Lily #C680AB

Tints of Lily #C680AB

RGB

 RED value IS 198 (77.73% from 255) = 39.84%

 GREEN value IS 128 (50.39% from 255) = 25.75%

 BLUE value IS 171 (67.19% from 255) = 34.41%

R = 39.84%
G = 25.75%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C680AB (or 0xC680AB) is known color: Lily. HEX triplet: C6, 80 and AB. RGB value is (198,128,171). Sum of RGB (Red+Green+Blue) = 198+128+171=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C680AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C680AB is #397F54. Grayscale: #999999. Windows color (decimal): -3768149 or 11239622. OLE color: 11239622.

HSL color Cylindrical-coordinate representation of color #C680AB: hue angle of 323.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C680AB is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 171 -
CMYK 0 0.35 0.14 0.22
HSL 323.14º 0.38% 0.64% -
HSV(B) 323.14º 0.35% 0.78% -
XYZ 38.36 30.38 42.37 -
YUV 153.83 137.69 159.5 -
System Red Green Blue C M Y K H S L
Decimal 198 128 171 0 0.35 0.14 0.22 323.14 0.38 0.64
Hex C6 80 AB 0 23 E 16 143 26 40
Octal 306 200 253 0 43 16 26 503 46 100
Binary 11000110 10000000 10101011 0 100011 1110 10110 101000011 100110 1000000

Color Harmonies of #C680AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680AB

Black with #C680AB

Text Example


Text Example

White with #C680AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680AB; }

 p { color: rgb(198,128,171); }

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

background-color css

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

 a { background-color: rgb(198,128,171); }

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

border-color css

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

 span { border-color: rgb(198,128,171); }

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