Html Css Color HEX #C696B1 Lily

📋 copy color: '#C696B1'

red 198 ◦ green 150 ◦ blue 177

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

Shades of Lily #C696B1

Tints of Lily #C696B1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.57%

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

R = 37.71%
G = 28.57%
B = 33.71%

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

#C696B1 (or 0xC696B1) is known color: Lily. HEX triplet: C6, 96 and B1. RGB value is (198,150,177). Sum of RGB (Red+Green+Blue) = 198+150+177=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C696B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C696B1 is #39694E. Grayscale: #A7A7A7. Windows color (decimal): -3762511 or 11638470. OLE color: 11638470.

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

Color convert

RGB 198 150 177 -
CMYK 0 0.24 0.11 0.22
HSL 326.25º 0.3% 0.68% -
HSV(B) 326.25º 0.24% 0.78% -
XYZ 42.13 36.99 46.51 -
YUV 167.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 198 150 177 0 0.24 0.11 0.22 326.25 0.3 0.68
Hex C6 96 B1 0 18 B 16 146 1E 44
Octal 306 226 261 0 30 13 26 506 36 104
Binary 11000110 10010110 10110001 0 11000 1011 10110 101000110 11110 1000100

Color Harmonies of #C696B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696B1

Black with #C696B1

Text Example


Text Example

White with #C696B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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