Html Css Color HEX #C697AF Lily

📋 copy color: '#C697AF'

red 198 ◦ green 151 ◦ blue 175

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

Shades of Lily #C697AF

Tints of Lily #C697AF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.82%

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

R = 37.79%
G = 28.82%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C697AF (or 0xC697AF) is known color: Lily. HEX triplet: C6, 97 and AF. RGB value is (198,151,175). Sum of RGB (Red+Green+Blue) = 198+151+175=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C697AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C697AF is #396850. Grayscale: #A7A7A7. Windows color (decimal): -3762257 or 11507654. OLE color: 11507654.

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

Color convert

RGB 198 151 175 -
CMYK 0 0.24 0.12 0.22
HSL 329.36º 0.29% 0.68% -
HSV(B) 329.36º 0.24% 0.78% -
XYZ 42.09 37.23 45.53 -
YUV 167.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 198 151 175 0 0.24 0.12 0.22 329.36 0.29 0.68
Hex C6 97 AF 0 18 C 16 149 1D 44
Octal 306 227 257 0 30 14 26 511 35 104
Binary 11000110 10010111 10101111 0 11000 1100 10110 101001001 11101 1000100

Color Harmonies of #C697AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697AF

Black with #C697AF

Text Example


Text Example

White with #C697AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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