Html Css Color HEX #C696AC Lily

📋 copy color: '#C696AC'

red 198 ◦ green 150 ◦ blue 172

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

Shades of Lily #C696AC

Tints of Lily #C696AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 38.08%
G = 28.85%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C696AC (or 0xC696AC) is known color: Lily. HEX triplet: C6, 96 and AC. RGB value is (198,150,172). Sum of RGB (Red+Green+Blue) = 198+150+172=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C696AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C696AC is #396953. Grayscale: #A6A6A6. Windows color (decimal): -3762516 or 11310790. OLE color: 11310790.

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

Color convert

RGB 198 150 172 -
CMYK 0 0.24 0.13 0.22
HSL 332.5º 0.3% 0.68% -
HSV(B) 332.5º 0.24% 0.78% -
XYZ 41.64 36.8 43.94 -
YUV 166.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 198 150 172 0 0.24 0.13 0.22 332.5 0.3 0.68
Hex C6 96 AC 0 18 D 16 14C 1E 44
Octal 306 226 254 0 30 15 26 514 36 104
Binary 11000110 10010110 10101100 0 11000 1101 10110 101001100 11110 1000100

Color Harmonies of #C696AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C696AC

Black with #C696AC

Text Example


Text Example

White with #C696AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C696AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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