Html Css Color HEX #C691B2 Lily

📋 copy color: '#C691B2'

red 198 ◦ green 145 ◦ blue 178

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

Shades of Lily #C691B2

Tints of Lily #C691B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.17%

R = 38%
G = 27.83%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C691B2 (or 0xC691B2) is known color: Lily. HEX triplet: C6, 91 and B2. RGB value is (198,145,178). Sum of RGB (Red+Green+Blue) = 198+145+178=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C691B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C691B2 is #396E4D. Grayscale: #A4A4A4. Windows color (decimal): -3763790 or 11702726. OLE color: 11702726.

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

Color convert

RGB 198 145 178 -
CMYK 0 0.27 0.10 0.22
HSL 322.64º 0.32% 0.67% -
HSV(B) 322.64º 0.27% 0.78% -
XYZ 41.45 35.47 46.78 -
YUV 164.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 198 145 178 0 0.27 0.10 0.22 322.64 0.32 0.67
Hex C6 91 B2 0 1B A 16 143 20 43
Octal 306 221 262 0 33 12 26 503 40 103
Binary 11000110 10010001 10110010 0 11011 1010 10110 101000011 100000 1000011

Color Harmonies of #C691B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691B2

Black with #C691B2

Text Example


Text Example

White with #C691B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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