Html Css Color HEX #C699AF Lily

📋 copy color: '#C699AF'

red 198 ◦ green 153 ◦ blue 175

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

Shades of Lily #C699AF

Tints of Lily #C699AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 37.64%
G = 29.09%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C699AF (or 0xC699AF) is known color: Lily. HEX triplet: C6, 99 and AF. RGB value is (198,153,175). Sum of RGB (Red+Green+Blue) = 198+153+175=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C699AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699AF is #396650. Grayscale: #A8A8A8. Windows color (decimal): -3761745 or 11508166. OLE color: 11508166.

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

Color convert

RGB 198 153 175 -
CMYK 0 0.23 0.12 0.22
HSL 330.67º 0.28% 0.69% -
HSV(B) 330.67º 0.23% 0.78% -
XYZ 42.42 37.88 45.63 -
YUV 168.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 198 153 175 0 0.23 0.12 0.22 330.67 0.28 0.69
Hex C6 99 AF 0 17 C 16 14B 1C 45
Octal 306 231 257 0 27 14 26 513 34 105
Binary 11000110 10011001 10101111 0 10111 1100 10110 101001011 11100 1000101

Color Harmonies of #C699AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699AF

Black with #C699AF

Text Example


Text Example

White with #C699AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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