Html Css Color HEX #C691B4 Lily

📋 copy color: '#C691B4'

red 198 ◦ green 145 ◦ blue 180

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

Shades of Lily #C691B4

Tints of Lily #C691B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.42%

R = 37.86%
G = 27.72%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C691B4 (or 0xC691B4) is known color: Lily. HEX triplet: C6, 91 and B4. RGB value is (198,145,180). Sum of RGB (Red+Green+Blue) = 198+145+180=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C691B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691B4 is #396E4B. Grayscale: #A4A4A4. Windows color (decimal): -3763788 or 11833798. OLE color: 11833798.

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

Color convert

RGB 198 145 180 -
CMYK 0 0.27 0.09 0.22
HSL 320.38º 0.32% 0.67% -
HSV(B) 320.38º 0.27% 0.78% -
XYZ 41.65 35.55 47.85 -
YUV 164.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 198 145 180 0 0.27 0.09 0.22 320.38 0.32 0.67
Hex C6 91 B4 0 1B 9 16 140 20 43
Octal 306 221 264 0 33 11 26 500 40 103
Binary 11000110 10010001 10110100 0 11011 1001 10110 101000000 100000 1000011

Color Harmonies of #C691B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691B4

Black with #C691B4

Text Example


Text Example

White with #C691B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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