Html Css Color HEX #C697B1 Lily

📋 copy color: '#C697B1'

red 198 ◦ green 151 ◦ blue 177

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

Shades of Lily #C697B1

Tints of Lily #C697B1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.71%

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

R = 37.64%
G = 28.71%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C697B1 (or 0xC697B1) is known color: Lily. HEX triplet: C6, 97 and B1. RGB value is (198,151,177). Sum of RGB (Red+Green+Blue) = 198+151+177=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C697B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C697B1 is #39684E. Grayscale: #A7A7A7. Windows color (decimal): -3762255 or 11638726. OLE color: 11638726.

HSL color Cylindrical-coordinate representation of color #C697B1: hue angle of 326.81º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C697B1 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 151 177 -
CMYK 0 0.24 0.11 0.22
HSL 326.81º 0.29% 0.68% -
HSV(B) 326.81º 0.24% 0.78% -
XYZ 42.29 37.31 46.57 -
YUV 168.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 198 151 177 0 0.24 0.11 0.22 326.81 0.29 0.68
Hex C6 97 B1 0 18 B 16 147 1D 44
Octal 306 227 261 0 30 13 26 507 35 104
Binary 11000110 10010111 10110001 0 11000 1011 10110 101000111 11101 1000100

Color Harmonies of #C697B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697B1

Black with #C697B1

Text Example


Text Example

White with #C697B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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