Html Css Color HEX #C691B1 Lily

📋 copy color: '#C691B1'

red 198 ◦ green 145 ◦ blue 177

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

Shades of Lily #C691B1

Tints of Lily #C691B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.04%

R = 38.08%
G = 27.88%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C691B1 (or 0xC691B1) is known color: Lily. HEX triplet: C6, 91 and B1. RGB value is (198,145,177). Sum of RGB (Red+Green+Blue) = 198+145+177=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C691B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C691B1 is #396E4E. Grayscale: #A4A4A4. Windows color (decimal): -3763791 or 11637190. OLE color: 11637190.

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

Color convert

RGB 198 145 177 -
CMYK 0 0.27 0.11 0.22
HSL 323.77º 0.32% 0.67% -
HSV(B) 323.77º 0.27% 0.78% -
XYZ 41.35 35.43 46.25 -
YUV 164.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 198 145 177 0 0.27 0.11 0.22 323.77 0.32 0.67
Hex C6 91 B1 0 1B B 16 144 20 43
Octal 306 221 261 0 33 13 26 504 40 103
Binary 11000110 10010001 10110001 0 11011 1011 10110 101000100 100000 1000011

Color Harmonies of #C691B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691B1

Black with #C691B1

Text Example


Text Example

White with #C691B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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