Html Css Color HEX #C681AA Lily

📋 copy color: '#C681AA'

red 198 ◦ green 129 ◦ blue 170

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

Shades of Lily #C681AA

Tints of Lily #C681AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.21%

R = 39.84%
G = 25.96%
B = 34.21%

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

#C681AA (or 0xC681AA) is known color: Lily. HEX triplet: C6, 81 and AA. RGB value is (198,129,170). Sum of RGB (Red+Green+Blue) = 198+129+170=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C681AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C681AA is #397E55. Grayscale: #9A9A9A. Windows color (decimal): -3767894 or 11174342. OLE color: 11174342.

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

Color convert

RGB 198 129 170 -
CMYK 0 0.35 0.14 0.22
HSL 324.35º 0.38% 0.64% -
HSV(B) 324.35º 0.35% 0.78% -
XYZ 38.39 30.61 41.91 -
YUV 154.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 198 129 170 0 0.35 0.14 0.22 324.35 0.38 0.64
Hex C6 81 AA 0 23 E 16 144 26 40
Octal 306 201 252 0 43 16 26 504 46 100
Binary 11000110 10000001 10101010 0 100011 1110 10110 101000100 100110 1000000

Color Harmonies of #C681AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C681AA

Black with #C681AA

Text Example


Text Example

White with #C681AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C681AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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