Html Css Color HEX #C696AD Lily

📋 copy color: '#C696AD'

red 198 ◦ green 150 ◦ blue 173

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

Shades of Lily #C696AD

Tints of Lily #C696AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.79%

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 38%
G = 28.79%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C696AD (or 0xC696AD) is known color: Lily. HEX triplet: C6, 96 and AD. RGB value is (198,150,173). Sum of RGB (Red+Green+Blue) = 198+150+173=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C696AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C696AD is #396952. Grayscale: #A6A6A6. Windows color (decimal): -3762515 or 11376326. OLE color: 11376326.

HSL color Cylindrical-coordinate representation of color #C696AD: hue angle of 331.25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C696AD is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 150 173 -
CMYK 0 0.24 0.13 0.22
HSL 331.25º 0.3% 0.68% -
HSV(B) 331.25º 0.24% 0.78% -
XYZ 41.74 36.84 44.45 -
YUV 166.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 198 150 173 0 0.24 0.13 0.22 331.25 0.3 0.68
Hex C6 96 AD 0 18 D 16 14B 1E 44
Octal 306 226 255 0 30 15 26 513 36 104
Binary 11000110 10010110 10101101 0 11000 1101 10110 101001011 11110 1000100

Color Harmonies of #C696AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696AD

Black with #C696AD

Text Example


Text Example

White with #C696AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696AD; }

 p { color: rgb(198,150,173); }

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

background-color css

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

 a { background-color: rgb(198,150,173); }

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

border-color css

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

 span { border-color: rgb(198,150,173); }

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