Html Css Color HEX #C691B0 Lily

📋 copy color: '#C691B0'

red 198 ◦ green 145 ◦ blue 176

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

Shades of Lily #C691B0

Tints of Lily #C691B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 38.15%
G = 27.94%
B = 33.91%

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

#C691B0 (or 0xC691B0) is known color: Lily. HEX triplet: C6, 91 and B0. RGB value is (198,145,176). Sum of RGB (Red+Green+Blue) = 198+145+176=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C691B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C691B0 is #396E4F. Grayscale: #A4A4A4. Windows color (decimal): -3763792 or 11571654. OLE color: 11571654.

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

Color convert

RGB 198 145 176 -
CMYK 0 0.27 0.11 0.22
HSL 324.91º 0.32% 0.67% -
HSV(B) 324.91º 0.27% 0.78% -
XYZ 41.25 35.39 45.73 -
YUV 164.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 198 145 176 0 0.27 0.11 0.22 324.91 0.32 0.67
Hex C6 91 B0 0 1B B 16 145 20 43
Octal 306 221 260 0 33 13 26 505 40 103
Binary 11000110 10010001 10110000 0 11011 1011 10110 101000101 100000 1000011

Color Harmonies of #C691B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691B0

Black with #C691B0

Text Example


Text Example

White with #C691B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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