Html Css Color HEX #C681AB Lily

📋 copy color: '#C681AB'

red 198 ◦ green 129 ◦ blue 171

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

Shades of Lily #C681AB

Tints of Lily #C681AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.9%

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

R = 39.76%
G = 25.9%
B = 34.34%

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

#C681AB (or 0xC681AB) is known color: Lily. HEX triplet: C6, 81 and AB. RGB value is (198,129,171). Sum of RGB (Red+Green+Blue) = 198+129+171=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C681AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C681AB is #397E54. Grayscale: #9A9A9A. Windows color (decimal): -3767893 or 11239878. OLE color: 11239878.

HSL color Cylindrical-coordinate representation of color #C681AB: hue angle of 323.48º 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 #C681AB is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 129 171 -
CMYK 0 0.35 0.14 0.22
HSL 323.48º 0.38% 0.64% -
HSV(B) 323.48º 0.35% 0.78% -
XYZ 38.49 30.65 42.41 -
YUV 154.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 198 129 171 0 0.35 0.14 0.22 323.48 0.38 0.64
Hex C6 81 AB 0 23 E 16 143 26 40
Octal 306 201 253 0 43 16 26 503 46 100
Binary 11000110 10000001 10101011 0 100011 1110 10110 101000011 100110 1000000

Color Harmonies of #C681AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C681AB

Black with #C681AB

Text Example


Text Example

White with #C681AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C681AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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