Html Css Color HEX #C699AD Lily

📋 copy color: '#C699AD'

red 198 ◦ green 153 ◦ blue 173

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

Shades of Lily #C699AD

Tints of Lily #C699AD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.2%

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

R = 37.79%
G = 29.2%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C699AD (or 0xC699AD) is known color: Lily. HEX triplet: C6, 99 and AD. RGB value is (198,153,173). Sum of RGB (Red+Green+Blue) = 198+153+173=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C699AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699AD is #396652. Grayscale: #A8A8A8. Windows color (decimal): -3761747 or 11377094. OLE color: 11377094.

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

Color convert

RGB 198 153 173 -
CMYK 0 0.23 0.13 0.22
HSL 333.33º 0.28% 0.69% -
HSV(B) 333.33º 0.23% 0.78% -
XYZ 42.22 37.81 44.61 -
YUV 168.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 198 153 173 0 0.23 0.13 0.22 333.33 0.28 0.69
Hex C6 99 AD 0 17 D 16 14D 1C 45
Octal 306 231 255 0 27 15 26 515 34 105
Binary 11000110 10011001 10101101 0 10111 1101 10110 101001101 11100 1000101

Color Harmonies of #C699AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699AD

Black with #C699AD

Text Example


Text Example

White with #C699AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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