Html Css Color HEX #C691AF Lily

📋 copy color: '#C691AF'

red 198 ◦ green 145 ◦ blue 175

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

Shades of Lily #C691AF

Tints of Lily #C691AF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.99%

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

R = 38.22%
G = 27.99%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C691AF (or 0xC691AF) is known color: Lily. HEX triplet: C6, 91 and AF. RGB value is (198,145,175). Sum of RGB (Red+Green+Blue) = 198+145+175=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C691AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C691AF is #396E50. Grayscale: #A4A4A4. Windows color (decimal): -3763793 or 11506118. OLE color: 11506118.

HSL color Cylindrical-coordinate representation of color #C691AF: hue angle of 326.04º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C691AF is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 175 -
CMYK 0 0.27 0.12 0.22
HSL 326.04º 0.32% 0.67% -
HSV(B) 326.04º 0.27% 0.78% -
XYZ 41.15 35.35 45.21 -
YUV 164.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 198 145 175 0 0.27 0.12 0.22 326.04 0.32 0.67
Hex C6 91 AF 0 1B C 16 146 20 43
Octal 306 221 257 0 33 14 26 506 40 103
Binary 11000110 10010001 10101111 0 11011 1100 10110 101000110 100000 1000011

Color Harmonies of #C691AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691AF

Black with #C691AF

Text Example


Text Example

White with #C691AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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