Html Css Color HEX #C691BA Lily

📋 copy color: '#C691BA'

red 198 ◦ green 145 ◦ blue 186

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

Shades of Lily #C691BA

Tints of Lily #C691BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 37.43%
G = 27.41%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C691BA (or 0xC691BA) is known color: Lily. HEX triplet: C6, 91 and BA. RGB value is (198,145,186). Sum of RGB (Red+Green+Blue) = 198+145+186=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C691BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691BA is #396E45. Grayscale: #A5A5A5. Windows color (decimal): -3763782 or 12227014. OLE color: 12227014.

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

Color convert

RGB 198 145 186 -
CMYK 0 0.27 0.06 0.22
HSL 313.58º 0.32% 0.67% -
HSV(B) 313.58º 0.27% 0.78% -
XYZ 42.28 35.8 51.14 -
YUV 165.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 198 145 186 0 0.27 0.06 0.22 313.58 0.32 0.67
Hex C6 91 BA 0 1B 6 16 13A 20 43
Octal 306 221 272 0 33 6 26 472 40 103
Binary 11000110 10010001 10111010 0 11011 110 10110 100111010 100000 1000011

Color Harmonies of #C691BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691BA

Black with #C691BA

Text Example


Text Example

White with #C691BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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